]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix comments for Korean encodings in encnames.c
authorThomas Munro <tmunro@postgresql.org>
Thu, 16 Apr 2026 06:17:05 +0000 (18:17 +1200)
committerThomas Munro <tmunro@postgresql.org>
Thu, 16 Apr 2026 06:22:27 +0000 (18:22 +1200)
commit5ef61f417f176ec2894e81ed03987f8ca2c17cbb
tree9e728f0f18649391cc5d6500f7b84a2e6e91a347
parent8167371704bd2ae26304878c1d6d167dabed0c71
Fix comments for Korean encodings in encnames.c

  * JOHAB: replace the incorrect "simplified Chinese" description with
    a correct one that identifies it as the Korean combining (Johab)
    encoding standardized in KS X 1001 annex 3.

  * EUC_KR: drop a stray space before the comma in the existing
    comment, and note that the encoding covers the KS X 1001
    precomposed (Wansung) form.

  * UHC: spell out "Unified Hangul Code", clarify that it is
    Microsoft Windows CodePage 949, and describe its relationship to
    EUC-KR (superset covering all 11,172 precomposed Hangul syllables).

Backpatch-through: 14
Author: Henson Choi <assam258@gmail.com>
Discussion: https://postgr.es/m/CAAAe_zAFz1v-3b7Je4L%2B%3DwZM3UGAczXV47YVZfZi9wbJxspxeA%40mail.gmail.com
src/common/encnames.c