Problems with UnicodeString, Zeos, Postgre

The alpha/beta tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.

This is a forum that will be removed once the 7.X version goes into stable!!

Moderators: gto, EgonHugeist, olehs

Locked
bmarcus
Fresh Boarder
Fresh Boarder
Posts: 6
Joined: 05.12.2008, 10:57

Problems with UnicodeString, Zeos, Postgre

Post by bmarcus »

Hello all,


I have new problems by using the Zeos 7-Alpha components.
I'm sorry if there's already a topic about this, but I cannot find anything.


If I want to send data with german "umlaute" e.g. "Ä" or "Ü" there is a problem by the convertation from UTF16 to UTF8.
'ü' in a ZQuery->Text will be a "ü" at the database.

What do I have to do? What's wrong?

The postgre-database is UTF8-encoded.
Thank you for your help

I forgott to say that I also have the same problems by showing the received data in a TDBGrid of the VCL
Capricorn
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 12.03.2009, 20:08

Same problems with MYSQL

Post by Capricorn »

Letters like äöü ÄÖÜ in a textfield are not properly stored.

db:
mysql MySQL-5.0.70
UTF8-encoded
Locked