diff options
author | Mike FABIAN <mfabian@redhat.com> | 2024-01-14 11:42:28 +0100 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2024-01-14 11:42:28 +0100 |
commit | 064c708c78cc2a6b5802dce73108fc0c1c6bfc80 (patch) | |
tree | 04d751fca40fe19991eb7bcda6fd171462e01c7b /localedata/unicode-gen | |
parent | 9d94997b5f9445afd4f2bccc5fa60ff7c4361ec1 (diff) | |
download | glibc-064c708c78cc2a6b5802dce73108fc0c1c6bfc80.tar.gz glibc-064c708c78cc2a6b5802dce73108fc0c1c6bfc80.tar.xz glibc-064c708c78cc2a6b5802dce73108fc0c1c6bfc80.zip |
localedata/unicode-gen/utf8_gen.py: fix Hangul syllable name
Resolves: BZ # 29506
Diffstat (limited to 'localedata/unicode-gen')
-rwxr-xr-x | localedata/unicode-gen/utf8_gen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/unicode-gen/utf8_gen.py b/localedata/unicode-gen/utf8_gen.py index f744e87ffc..e273607b67 100755 --- a/localedata/unicode-gen/utf8_gen.py +++ b/localedata/unicode-gen/utf8_gen.py @@ -46,7 +46,7 @@ JAMO_MEDIAL_SHORT_NAME = ( ) JAMO_FINAL_SHORT_NAME = ( - '', 'G', 'GG', 'GS', 'N', 'NI', 'NH', 'D', 'L', 'LG', 'LM', 'LB', 'LS', + '', 'G', 'GG', 'GS', 'N', 'NJ', 'NH', 'D', 'L', 'LG', 'LM', 'LB', 'LS', 'LT', 'LP', 'LH', 'M', 'B', 'BS', 'S', 'SS', 'NG', 'J', 'C', 'K', 'T', 'P', 'H' ) |