hi ,
But you told the 1252 is only for windows.. our application in UNIX. How is it possible..
Hi,
we are using same codebase and database, in different envirnment. so depends on the environment the corresponding codepage is used..
In the environment 1250, the error is coming as "cannot convert from 1250 to iso8859-1"..
It's not possible to convert 1250 to iso8859-1 as 1250 contains characters that are not available in iso8859-1.
You should read the "Progress Internationalization Guide" (Progress Dokumentation).
If u have an multilingual environment i would suggest to use utf-8 for the database and start the clients with appropriate codepages for their systems.