Hello!
I need some help about MySQL 5.1 and character set..
I use Slovenian charset (cp1250) in my apps, but the problem is i get special characters as "?" (a question mark) regardless to the server charset setting...
Any ideas on how to obtain "normal" strings?
Zeos 6.5.1 and MySQL 5.1 - charset confusion
Moderators: gto, cipto_kh, EgonHugeist
-
- Fresh Boarder
- Posts: 20
- Joined: 21.11.2005, 10:13
- Location: Pieštany
- Contact:
-
- Fresh Boarder
- Posts: 20
- Joined: 21.11.2005, 10:13
- Location: Pieštany
- Contact:
Zconnection component has property with name Properties. Put there this "Codepage=cp1250"
Sorry for my english :-)
Codepages
Codepages will be determined by setting parameter "lc_ctype" or "Codepage" in TZConnection. This parameter must be added to the property Properties. E. g.:
delphi:
ZConection.Properties.Add ('lc_ctype=ISO8859_1');
or
ZConnection.Properties.Add ('Codepage=ISO8859_1');
Sorry for my english :-)
Look at [ 1176107 ] Patch for MySQL 4.1 Character Set
http://sourceforge.net/tracker/index.ph ... tid=415826
http://sourceforge.net/tracker/index.ph ... tid=415826