1

Does anyone know what is Oracle Database Character Set Name for Polish?

Barbaros Özhan
  • 59,113
  • 10
  • 31
  • 55
Anh Nguyen
  • 41
  • 5
  • 4
    Use 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
  • 1
    Follow [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

0 Answers0