Does anyone know what is Oracle Database Character Set Name for Polish?
Asked
Active
Viewed 224 times
1
-
4Use UTF8 (AL32UTF8) which is the default nowadays anyway – Nov 20 '19 at 10:39
-
Maybe this witll be helpfull: https://docs.oracle.com/cd/B19306_01/server.102/b14225/ch2charset.htm (ISO 8859-2 for polish character set) – Tomasz Nov 20 '19 at 10:44
-
1Follow [documentation from Oracle](https://docs.oracle.com/cd/B19306_01/server.102/b14225/ch2charset.htm#sthref144): *At the top of the list of character sets Oracle **recommends for all new system deployment is the Unicode character set AL32UTF8**.* – Wernfried Domscheit Nov 20 '19 at 10:59
-
I have use character set AL32UTF8. But when I load the file. My string from WROCŁAW become WROCÅAW. any idea? – Anh Nguyen Nov 20 '19 at 11:47
-
How do you load your file? What is the encoding of this file? – Wernfried Domscheit Nov 20 '19 at 15:00