]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Generate EUC_CN mappings from gb18030-2022.ucm
authorJohn Naylor <john.naylor@postgresql.org>
Thu, 2 Oct 2025 05:36:24 +0000 (12:36 +0700)
committerJohn Naylor <john.naylor@postgresql.org>
Thu, 2 Oct 2025 05:36:24 +0000 (12:36 +0700)
commit48566180efff2f414ce806ca7705e811451b82ad
tree56061a29a5127ff3dcb967b90edfaf2da5559a11
parent684a745f55057edd2365a7125ebcb7a54a4db8f8
Generate EUC_CN mappings from gb18030-2022.ucm

In the wake of cfa6cd292, EUC_CN was the only encoding that used
gb-18030-2000.xml to generate the .map files. Since EUC_CN is a subset
of GB18030, we can easily use the same UCM file. This allows deleting
the XML file from our repository.

Author: Chao Li <lic@highgo.com>
Discussion: https://postgr.es/m/CANWCAZaNRXZ-5NuXmsaMA2mKvMZnCGHZqQusLkpE%2B8YX%2Bi5OYg%40mail.gmail.com
src/backend/utils/mb/Unicode/Makefile
src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl
src/backend/utils/mb/Unicode/gb-18030-2000.xml [deleted file]