Re: UTF-8 +cyrillic
Posted by: Alexander Barkov
Date: December 17, 2007 09:14AM

\xE2\xEF\xE0 is in fact not a valid utf8 sequence.

Most likely it is a cp1251 sequence.
What is your operating system and client program?

Check what "show variables like 'character_set%'" returns for you.
character_set_client and character_set_result should correspond
to the character set your client program uses (i.e. most likely cp1251 in your case).

Try to execute "set names cp1251" and then try to select Cyrillic
records and insert Cyrillic strings again.

Options: ReplyQuote


Subject
Views
Written By
Posted
4678
December 13, 2007 06:40AM
Re: UTF-8 +cyrillic
3135
December 17, 2007 09:14AM
2408
December 18, 2007 02:12AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.