Search found 9 matches

by whitekid
11.08.2008, 08:21
Forum: User Patches
Topic: [patch_done] PostgreSQL UTF8 Charset Patch R5 for 6.6.3
Replies: 5
Views: 1172

We can't ask users of a stable version to change this again
I totally agree with you. and I hope this patch will be incldued next release(may be 6.7.X)
by whitekid
11.08.2008, 07:58
Forum: User Patches
Topic: [patch_done] PostgreSQL UTF8 Charset Patch R5 for 6.6.3
Replies: 5
Views: 1172

If you apply this patch on D7. You need to map TEXT type to TWideString field. follow this step STEP1: replace all ftWideMemo usages to using conditional directive ex) {$IFNDEF VER150BELOW}ftWideMemo{$ENDIF} STEP2: change the type mapping: in src/component/ZDatasetUtils.pas patch - stUnicodeString, ...
by whitekid
11.08.2008, 07:46
Forum: User Patches
Topic: [patch_done] PostgreSQL UTF8 Charset Patch R3 for 6.6.2 RC
Replies: 9
Views: 2759

R5 version was posted. Please checkout!
by whitekid
11.08.2008, 07:45
Forum: User Patches
Topic: [patch_done] PostgreSQL UTF8 Charset Patch R5 for 6.6.3
Replies: 5
Views: 1172

[patch_done] PostgreSQL UTF8 Charset Patch R5 for 6.6.3

Here is PostgreSQL utf8 Patch for Zeoslib 6.6.3 Stable. It only tested on Delphi 2007 You need to set TZConnection.Options as codepage=utf8 client_encoding=utf8 ps. This patch only tested on D2007. on D7 or below this patch make comile error that unknown identifier ftWideMemo type missed in TFieldTy...
by whitekid
11.08.2008, 01:28
Forum: User Patches
Topic: [patch_done] PostgreSQL UTF8 Charset Patch R3 for 6.6.2 RC
Replies: 9
Views: 2759

Patch R4 will be acceptable on 6.6.3 Stable. but you patch it by your hand :D.

I testing patch for 6.6.3 Stable now. after the test new patch for 6.6.3 stable will be posted! Please wait.
by whitekid
10.04.2008, 10:41
Forum: User Patches
Topic: [patch_done] PostgreSQL UTF8 Charset Patch R3 for 6.6.2 RC
Replies: 9
Views: 2759

Thanks JKai for review this patch!! I was fixed the problem already. but forgot to post at this forum(^^; I'm lazy man..) see http://zeos.firmos.at/viewtopic.php?t=1808 for patch r4 release or just go http://whitekid.tistory.com/18 and click zeos.utf8.6.6.2-rc.patch.r4 link to download patch Thanks.
by whitekid
10.04.2008, 10:37
Forum: User Patches
Topic: [patch_done] PostgreSQL UTF8 Charset Patch R4 for 6.6.2 RC
Replies: 1
Views: 944

[patch_done] PostgreSQL UTF8 Charset Patch R4 for 6.6.2 RC

fix some bug in TEXT field things You need to set TZConnection.Options to use utf8 encoding 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. ...
by whitekid
08.01.2008, 02:36
Forum: User Patches
Topic: [patch_done] PostgreSQL UTF8 Charset Patch R3 for 6.6.2 RC
Replies: 9
Views: 2759

[patch_done] PostgreSQL UTF8 Charset Patch R3 for 6.6.2 RC

Prior version(R2) has problem on TEXT type column handling.

Now TEXT column mapped to TWideMemoField.
and It will be applied to 6.6.2-RC

You need to set TZConnection.Options to use utf8 encoding

Code: Select all

codepage=utf8
client_encoding=utf8
Thanks.
by whitekid
05.11.2007, 07:11
Forum: User Patches
Topic: [patch_done] PostgreSQL UTF8 Charset Patch for 6.6.1 beta
Replies: 0
Views: 1308

[patch_done] PostgreSQL UTF8 Charset Patch for 6.6.1 beta

This patch make possible UTF8 Encoded Database access as TField.AsWideString function on ZeosLib 6.6.1 beta If you use this patch you need to set TZConnection.Options to codepage=utf8 client_encoding=utf8 and. when you read the field data you can use AsWideString functions ZTable1.FieldByName('aUTF8...