Cyrillic to UNICODE conversion

From: Victor Wagner <vitus(at)ice(dot)ru>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: Cyrillic to UNICODE conversion
Date: 2001-04-26 16:51:25
Message-ID: Pine.LNX.4.30.0104262041500.9539-101000@party.ice.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


Despite of advertized support of Unicode to other charset conversion,
PostgreSQL-7.1 reports that Conversion of UNICODE to KOI8 is not
supported. Same for WIN, ALT and other charsets.

As I found out, it was simply forgotten to add these charsets to list
of 8-bit charsets which should be converted. May be becouse their maps
are stored in another directory on ftp.unicode.org (see VENDORS/MicroSoft
for cp1251 and cp866 maps, and somewhere else for KOI8-R.TXT. At least all
those maps are included in the catdoc distribution)

Attached patch fixes this problem. It adds script UCS_to_cyrillic.pl
into src/backend/utils/mb/Unicode directory. Mapping of the PostgreSQL
charset names to filenames (as they appear in catdoc distribution, i.e.
lowercased) is hardcoded into script. It is almost exact copy of
UCS_to_iso script, with only file and constant names changed.

Generated maps are included in the patch, as they are included in the
source tarball, and maps are omitted, becouse they are removed by
make distclean

file src/backend/mb/conv.c is modified
to include new maps and provide appropriate conversion functions

--
Victor Wagner vitus(at)ice(dot)ru
Chief Technical Officer Office:7-(095)-748-53-88
Communiware.Net Home: 7-(095)-135-46-61
http://www.communiware.net http://www.ice.ru/~vitus

Attachment Content-Type Size
cyr-unicode.patch.gz application/octet-stream 11.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ian Lance Taylor 2001-04-26 17:29:14 Re: Cursor support in pl/pg
Previous Message Tom Lane 2001-04-26 16:41:41 Re: RI oddness

Browse pgsql-patches by date

  From Date Subject
Next Message Dominic J. Eidson 2001-04-27 15:39:10 Patch to include PAM support...
Previous Message Tom Lane 2001-04-25 04:46:40 Re: ANALYZE command [REPOST]