pgsql: Allow 4 bytes UTF-8 (UCS-4 range 00010000-001FFFFF) This is

From: ishii(at)postgresql(dot)org (Tatsuo Ishii)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow 4 bytes UTF-8 (UCS-4 range 00010000-001FFFFF) This is
Date: 2007-03-23 13:51:30
Message-ID: 20070323135130.A751F9FBD55@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Allow 4 bytes UTF-8 (UCS-4 range 00010000-001FFFFF)
This is necessary to support JIS X 0213 <--> UTF-8 conversion.

Modified Files:
--------------
pgsql/src/backend/utils/mb/Unicode:
ucs2utf.pl (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/Unicode/ucs2utf.pl.diff?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dpage 2007-03-23 14:35:52 stackbuilder - wizard: Download the selected files.
Previous Message Magnus Hagander 2007-03-23 10:05:34 pgsql: Forgot commit: support for special-cases in pgcrypto