Page 1 of 1

[patch_done] PostgreSQL UTF8 Charset Patch R4 for 6.6.2 RC

Posted: 10.04.2008, 10:37
by whitekid
fix some bug in TEXT field things

You need to set TZConnection.Options to use utf8 encoding

Code: Select all

codepage=utf8
client_encoding=utf8
follow below link and download the patch. (sorry I'm korean so following blog was written in korean. if you can't read the text just click zeos.utf8.6.6.2-rc.patch.r4 link. It will go download the patch)

http://whitekid.tistory.com/18

*) this forum don't accept extension .r4 :(

Posted: 11.08.2008, 08:01
by mdaems
Concerning the r4 extension : it's not ideal to use a release number as an extension. Extensions do have a meaning on most systems. I think the xxxx.r4.patch filename would (or should) be accepted. I'll check now and add .patch if necessary.

Mark