pgsql: Improve documentation about MULE encoding.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve documentation about MULE encoding.
Date: 2012-07-04 04:30:10
Message-ID: E1SmHEA-0005it-Ut@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve documentation about MULE encoding.

This commit improves the comments in pg_wchar.h and creates #define symbols
for some formerly hard-coded values. No substantive code changes.

Tatsuo Ishii and Tom Lane

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/09022de1f55708bcfe8b2bf206d818055c34d49e

Modified Files
--------------
.../euc_tw_and_big5/euc_tw_and_big5.c | 17 +--
src/backend/utils/mb/wchar.c | 6 +
src/include/mb/pg_wchar.h | 145 +++++++++++++-------
3 files changed, 110 insertions(+), 58 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2012-07-04 07:12:21 pgsql: Remove references to PostgreSQL bundled on Solaris
Previous Message Alvaro Herrera 2012-07-03 20:41:41 pgsql: Forgot an #include in the previous patch :-(