in reply to Re^4: Interpreting input file having special characters from multiple European languages
in thread Interpreting input file having special characters from multiple European languages
In our test environment, an acceptable workaround for Polish special characters is to use codepage cp1250 for the Polish language. The other European languages seem to work fine with cp1252.
Our test devices contain special code that touches up any remaining errors in codepage cp1250 (when Polish special characters are being rendered).
No further replies are needed, problem is solved.