pgsql: Remove leading zeros, for consistency with other map files. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Remove leading zeros, for consistency with other map files.
Date
Msg-id E1cC4QA-0003GR-RD@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove leading zeros, for consistency with other map files.

The common style is to pad to 4 digits.

Running the current perl scripts to generate these map files would override
this change, but the next commit will rewrite the perl scripts to produce
this style. I'm doing this as a separate commit, to make it more clear what
non-cosmetic changes the next commit makes to the map files.

Discussion: https://postgr.es/m/08e7892a-d55c-eefe-76e6-7910bc8dd1f3@iki.fi

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6c303223be34329bae2f03a87590ffa0742a65f6

Modified Files
--------------
.../utils/mb/Unicode/euc_jis_2004_to_utf8.map      | 22052 +++++++++---------
.../mb/Unicode/euc_jis_2004_to_utf8_combined.map   |    50 +-
.../utils/mb/Unicode/shift_jis_2004_to_utf8.map    | 21936 +++++++++---------
.../utils/mb/Unicode/utf8_to_euc_jis_2004.map      | 22052 +++++++++---------
.../mb/Unicode/utf8_to_euc_jis_2004_combined.map   |    50 +-
.../utils/mb/Unicode/utf8_to_shift_jis_2004.map    | 22542 +++++++++----------
6 files changed, 44341 insertions(+), 44341 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Remove code points < 0x80 from character conversion tables.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Rewrite the perl scripts to produce our Unicode conversion table