Search found 9 matches
- 22.06.2012, 14:25
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Full Unicode/Ansi-Support in /testing branch
- Replies: 653
- Views: 89272
- 18.05.2012, 11:00
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Full Unicode/Ansi-Support in /testing branch
- Replies: 653
- Views: 89272
- 17.05.2012, 14:22
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Full Unicode/Ansi-Support in /testing branch
- Replies: 653
- Views: 89272
- 16.05.2012, 16:09
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Full Unicode/Ansi-Support in /testing branch
- Replies: 653
- Views: 89272
Hi EgonHugeist,
I have tried your latest trunk, but I experience problem when saving Chinese characters using zeoslib. I am using Delphi XE2 update4.
The problem is exactly the same is the below post. Some characters are missing.
http://zeos.firmos.at/viewtopic.php?p=12834
Any idea?
I have tried your latest trunk, but I experience problem when saving Chinese characters using zeoslib. I am using Delphi XE2 update4.
The problem is exactly the same is the below post. Some characters are missing.
http://zeos.firmos.at/viewtopic.php?p=12834
Any idea?
- 14.10.2011, 06:33
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Compiler Directives of the Strange Nobody SVN943 D12UP
- Replies: 1
- Views: 1165
- 21.03.2011, 09:46
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Delphi 2010 + MySQL + UTF8
- Replies: 51
- Views: 14360
I have the following findings now. The following will result in corrupted string. PAnsiChar(UTF8Encode('我是')); However, the result of following is ok. PAnsiChar(AnsiString('我是')); I guess PAnsiChar is not capable to store some chars in East Asian Language. Now I tried to modified the source src/plai...
- 19.03.2011, 12:03
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Delphi 2010 + MySQL + UTF8
- Replies: 51
- Views: 14360
- 19.03.2011, 04:29
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Delphi 2010 + MySQL + UTF8
- Replies: 51
- Views: 14360
- 18.03.2011, 14:34
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Delphi 2010 + MySQL + UTF8
- Replies: 51
- Views: 14360
I have already download latest version from svn://zeos.firmos.at/zeos/trunk. Now, I still find zeosdbo seems cannot update Mysql when using some chinese characters when using UTF-8. All the chinese characters can be read from database. I am using Delphi 2010 with the following properties: character_...