Search found 5 matches

by Sakura
29.05.2008, 12:51
Forum: MySQL
Topic: Howto: MySQL + UTF-8 + ZeosLib
Replies: 2
Views: 2252

Howto: MySQL + UTF-8 + ZeosLib

I managed to get UNICODE + MySQL + ZeosLib running and wrote a little article to help you with that problem. Read it here:

http://www.allanime.org/index.php?id=257
by Sakura
28.05.2008, 14:34
Forum: 6.1.5
Topic: (utf8 + mysql) Someone please get me on track :(
Replies: 2
Views: 2154

Problem solved, please close topic.

Solution: Use BDE+ODBC Connector
by Sakura
28.05.2008, 12:41
Forum: Feature Requests
Topic: Delphi7 + Zeos + MySQL : Unicode doesn't work
Replies: 6
Views: 6950

As I don't understand all this stuff about UTF8 There are three different types of character encoding I'm aware at this moment: ANSI: single-byte MBCS: Multi-byte character sets UNICODE: Two-byte character set ANSI is using codes of 0-255 to display a maximum of 256 different characters. The "...
by Sakura
28.05.2008, 11:56
Forum: 6.1.5
Topic: (utf8 + mysql) Someone please get me on track :(
Replies: 2
Views: 2154

Same "problem" with version 6.6beta of ZeosLib :(
by Sakura
27.05.2008, 19:35
Forum: 6.1.5
Topic: (utf8 + mysql) Someone please get me on track :(
Replies: 2
Views: 2154

(utf8 + mysql) Someone please get me on track :(

I'm trying for almost 4 hours to squeeze some UTF8 from my mysql database into Delphi, with no success at all. Problem is, I cannot use Delphi stdlib functions since these are always using AnsiString's. This also applies to tableName.FieldByName(constFieldName).AsString() I have a perfectly set up U...