Cyrillic Character Set Problem [message #521672] |
Wed, 31 August 2011 22:48 |
Tlg13team
Messages: 100 Registered: June 2008 Location: MGL
|
Senior Member |
|
|
Hi all,
I'm try to import a table of data (character set: CL8ISO8859P5) to another database (character set: AL32UTF8) using exp/imp utility.
After the import, all Cyrillic text was corrupted!
How to solve this issue?
|
|
|
|
Re: Cyrillic Character Set Problem [message #521674 is a reply to message #521673] |
Wed, 31 August 2011 23:03 |
Tlg13team
Messages: 100 Registered: June 2008 Location: MGL
|
Senior Member |
|
|
Hi BlackSwan,
Quote:
SELECT ASCIISTR(CYRILLIC_COL) FROM CYRILLIC_TBL WHERE ID =1;
I execute above query. The result is very interest: \0404\0410\0412\041E...
What is mean the query result?
|
|
|
|
|
|