about summary refs log tree commit diff
path: root/localedata/unicode-gen
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2024-01-14 11:42:28 +0100
committerMike FABIAN <mfabian@redhat.com>2024-01-14 11:42:28 +0100
commit064c708c78cc2a6b5802dce73108fc0c1c6bfc80 (patch)
tree04d751fca40fe19991eb7bcda6fd171462e01c7b /localedata/unicode-gen
parent9d94997b5f9445afd4f2bccc5fa60ff7c4361ec1 (diff)
downloadglibc-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-xlocaledata/unicode-gen/utf8_gen.py2
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'
 )