If you use MyODBC driver this is because MyODBC driver have no full Unicode compatibility.
You must avoid it, and yse MySQL connector/Java driver. It's working OK, at least in serbian :) Many people who use MyODBC have the same problem, and as I read in e-forums, there will be ok in new version of MyODBC driver. I think I was answered you how to use MySQL / Java driver. But in MySQL 4.0, which running on Linux, and which is connected try ODBC to Win machine, Latin 1 works OK, which is strange, because with MySQL with full Unicode compatibility there is no way to use it on Win or Lin machine. -----Original Message----- From: Juraj Trenkler [mailto:[EMAIL PROTECTED] Sent: Thursday, June 09, 2005 5:28 PM To: [email protected] Subject: [dba-users] MySQL and char-sets When I use MySQL with latin1 as default char set for server and my tables and have my varchar fields written in cp1250 then OOo displays my texts OK. Database has char-set set to windows-1250/winlatin2. When I change character set in MySQL database to cp1250 or UTF8 many slovak characters are displayed wrong. This is problem because I use MySQL also for other programs where they are displayed OK. Is this bug or I have to set something else? juraj --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Internal Virus Database is out-of-date. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.6.1 - Release Date: 03/06/05 -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.7.2/14 - Release Date: 14/06/05 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
