ICU-1248 remove Hangul-Jamo and Jamo-Hangul; use NFD and NFC instead
X-SVN-Rev: 5984
This commit is contained in:
parent
46bac8c8d2
commit
e1f690c159
@ -103,8 +103,10 @@ translit_index {
|
||||
|
||||
// Compound rules
|
||||
|
||||
{ "Latin-Hangul", "alias", "Latin-Jamo;Jamo-Hangul", "" },
|
||||
{ "Hangul-Latin", "alias", "Hangul-Jamo;Jamo-Latin", "" },
|
||||
/// TODO
|
||||
/// Add the appropriate compound filters here
|
||||
{ "Latin-Hangul", "alias", "Latin-Jamo;[\u1100-\u11FF]NFC", "" },
|
||||
{ "Hangul-Latin", "alias", "[\uAC00-\uD7AF]NFD;Jamo-Latin", "" },
|
||||
|
||||
// Inter-Indic composed rules
|
||||
|
||||
|
@ -103,8 +103,10 @@ translit_index {
|
||||
|
||||
// Compound rules
|
||||
|
||||
{ "Latin-Hangul", "alias", "Latin-Jamo;Jamo-Hangul", "" },
|
||||
{ "Hangul-Latin", "alias", "Hangul-Jamo;Jamo-Latin", "" },
|
||||
/// TODO
|
||||
/// Add the appropriate compound filters here
|
||||
{ "Latin-Hangul", "alias", "Latin-Jamo;[\u1100-\u11FF]NFC", "" },
|
||||
{ "Hangul-Latin", "alias", "[\uAC00-\uD7AF]NFD;Jamo-Latin", "" },
|
||||
|
||||
// Inter-Indic composed rules
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user