pgsql/src/backend/utils/mb (Makefile common.c conv.c mbutils.c EUC_JP_to_UTF.map UTF_to_EUC_JP.map iso8859.map uconv.c uconv2.c)

From: ishii(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/mb (Makefile common.c conv.c mbutils.c EUC_JP_to_UTF.map UTF_to_EUC_JP.map iso8859.map uconv.c uconv2.c)
Date: 2000-10-30 10:40:29
Message-ID: 200010301040.e9UAeTx76034@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Monday, October 30, 2000 @ 05:40:28
Author: ishii

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/mb
from hub.org:/tmp/cvs-serv75909

Modified Files:
Makefile common.c conv.c mbutils.c

Removed Files:
EUC_JP_to_UTF.map UTF_to_EUC_JP.map iso8859.map uconv.c
uconv2.c

----------------------------- Log Message -----------------------------

Add support for code conversion between Unicode and other encodings.
Supported encodings are: EUC_JP, EUC_CN, EUC_KR, EUC_TW, Shift JIS,
Big5, ISO8859-[1-5].
TODO: testings! and documentations...

Browse pgsql-committers by date

  From Date Subject
Next Message ishii 2000-10-30 10:41:07 pgsql/src/include/mb (pg_wchar.h)
Previous Message ishii 2000-10-30 10:31:46 pgsql/src/interfaces/libpq (Makefile fe-connect.c)