View Single Post

   
  #1 (permalink)  
Old 03-06-2008, 03:04 PM
R.A.M.
 
Posts: n/a
Default utf-8 non-latin characters

Hello,
I configured MySQL database in Fedora Linux. In 'test' database I
created 'books' table, setting Character Set = UTF-8 Unicode and Collation
= utf8_general_ci. When I enetered into varchar column 'title' Polish
text "Hodowla żółwi" I received: Incorrect string
value: "\xC5\xBC\xC3\xB3\xC5\x82..." for column 'title' at row 1. When I use
query 'SELECT title FROM books' I see "Hodowla ?ó?wi" instead of "Hodowla
żółwi".
So I have a question: How can I use utf-8 non-latin characters?
/RAM/
Reply With Quote