Page 1 of 1

UTF8 Prob or Not

Posted: 22.01.2012, 15:29
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

Posted: 23.01.2012, 17:36
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

Posted: 15.05.2012, 21:16
by EgonHugeist
sfxcc,

which server version do you use here?

Posted: 04.01.2013, 05:31
by spridy
i have same problem.

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

any helps TIA.

Posted: 04.01.2013, 21:48
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?