mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 05:50:14 +00:00
localedata/unicode-gen/utf8_gen.py: fix Hangul syllable name
Resolves: BZ # 29506
This commit is contained in:
parent
9d94997b5f
commit
064c708c78
File diff suppressed because it is too large
Load Diff
@ -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'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user