ICU-1248 remove Hangul-Jamo and Jamo-Hangul; use NFD and NFC instead

X-SVN-Rev: 5984
This commit is contained in:
Alan Liu 2001-10-01 19:53:39 +00:00
parent 46bac8c8d2
commit e1f690c159
2 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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