Cyrillic handling in MySQL - bug?
I am attempting to input, store, and output characters in UTF-8 but have ran into a problem with some cyrillic characters. For some reason all the characters seems to work fine (both input and output) EXCEPT for the following (case-sensitive):
Ё,Н,А,э,я,с
These characters become garbled:
▒?
The default character set for the database is (no table or column overrides):
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
My browser settings are set to handle UTF-8 but I am getting the same error in Firefox, Opera and Explorer. My client operating system is Windows XP, the server is Debian. I assume it is a database issue. It seems odd that only a few of the characters are garbled, while the others seem to be working as expected.
Any ideas? Thanks in advance.
Subject
Views
Written By
Posted
Cyrillic handling in MySQL - bug?
4230
April 08, 2005 07:16AM
2583
April 14, 2005 05:26AM
2960
April 21, 2005 09:20PM
2531
April 22, 2005 02:10PM
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.