]> granicus.if.org Git - postgresql/commit
Remove leading zeros, for consistency with other map files.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 30 Nov 2016 12:53:59 +0000 (14:53 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 30 Nov 2016 12:54:41 +0000 (14:54 +0200)
commit6c303223be34329bae2f03a87590ffa0742a65f6
tree70e79304e721377a67d53b39f2bf1c9d148a00c5
parent2c09c93ce1b80a417b7c372c43f5089c0d691749
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
src/backend/utils/mb/Unicode/euc_jis_2004_to_utf8.map
src/backend/utils/mb/Unicode/euc_jis_2004_to_utf8_combined.map
src/backend/utils/mb/Unicode/shift_jis_2004_to_utf8.map
src/backend/utils/mb/Unicode/utf8_to_euc_jis_2004.map
src/backend/utils/mb/Unicode/utf8_to_euc_jis_2004_combined.map
src/backend/utils/mb/Unicode/utf8_to_shift_jis_2004.map