UTF8 Prob or Not

Forum related to PostgreSQL

Moderators: gto, cipto_kh, EgonHugeist, olehs

Post Reply
sfxcc
Senior Boarder
Senior Boarder
Posts: 95
Joined: 13.05.2010, 18:48

UTF8 Prob or Not

Post by sfxcc »

i Hve created a UTF8 database and a table like create table (aserial serial,atext text) when i post text to text field i can post like i don't like this

and it retuns when i read i don/047t like this

So i cluld solve this by doing this query set standard_conforming_strings=off

Is it possible to you integrate this on the code, so we dont need then to do this query ?


sfxcc
where's the code ..
seawolf
Zeos Dev Team *
Zeos Dev Team *
Posts: 385
Joined: 04.06.2008, 19:50
Contact:

Post by seawolf »

I think it is quite simple add a property, but, this is my personal opinion,
this property is set once when a DB is created or populated and not a runtime.

Anyway if there are other motivated requests I have no problem adding this property
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

sfxcc,

which server version do you use here?
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
spridy
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 04.01.2013, 05:22

Post by spridy »

i have same problem.

OS: Win7 64, also Win Xp
Postresql9.1
Delphi 7
Zeos7.0.3 (stable)

any helps TIA.
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

spridy,

IMHO are you not able to display UTF8 chars (escept US_ASCII) correctly with D7 and it's standart controls. Do you have components like TNT-Controls? And can you discribe your issue a little bit more detailed?
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
Post Reply