€éßД in a DOS box?
Hello,
I have a 10g database with character set "AL32UTF8" that has to store Western European characters like €, é, or ß (France, Germany), as well as Cyrillic characters like Д
Everything is OK in the database, and we can see and manipulate the data via "SQL Developer", or "Toad".
The question is: is it possible to work with sqlplus, either from a DOS box on a Windows workstation, or directly on the database server (Unix: SunOS 5.10)?
For example, for sqlplus in a DOS box, I can set the code page 1252 before calling sqlplus and then everything is OK for the characters €éß, but not for Cyrillic ones. (and I have set my NLS_LANG set to _.WE8MSWIN1252). This makes sense, but does somebody knows the codepage and NLS_LANG to use for Cyrillic chars that would still be OK for €éß?
I have a 10g database with character set "AL32UTF8" that has to store Western European characters like €, é, or ß (France, Germany), as well as Cyrillic characters like Д
Everything is OK in the database, and we can see and manipulate the data via "SQL Developer", or "Toad".
The question is: is it possible to work with sqlplus, either from a DOS box on a Windows workstation, or directly on the database server (Unix: SunOS 5.10)?
For example, for sqlplus in a DOS box, I can set the code page 1252 before calling sqlplus and then everything is OK for the characters €éß, but not for Cyrillic ones. (and I have set my NLS_LANG set to _.WE8MSWIN1252). This makes sense, but does somebody knows the codepage and NLS_LANG to use for Cyrillic chars that would still be OK for €éß?
0