pgsql: Improve documentation about MULE encoding. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Improve documentation about MULE encoding.
Date
Msg-id E1SmHEA-0005it-Ut@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Forgot an #include in the previous patch :-(
Next
From: Magnus Hagander
Date:
Subject: pgsql: Remove references to PostgreSQL bundled on Solaris