mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-1259 update Latin-Hangul and Hangul-Latin aliases to use compound filters
X-SVN-Rev: 6171
This commit is contained in:
parent
ee89d038e3
commit
00ac42f02f
2 changed files with 4 additions and 6 deletions
|
@ -104,9 +104,8 @@ translit_index {
|
|||
// Compound rules
|
||||
|
||||
/// TODO
|
||||
/// Add the appropriate compound filters here
|
||||
{ "Latin-Hangul", "alias", "Latin-Jamo;[\u1100-\u11FF]NFC", "" },
|
||||
{ "Hangul-Latin", "alias", "[\uAC00-\uD7AF]NFD;Jamo-Latin", "" },
|
||||
{ "Latin-Hangul", "alias", "[:Latin:];Latin-Jamo;[\u1100-\u11FF]NFC", "" },
|
||||
{ "Hangul-Latin", "alias", "[\uAC00-\uD7AF];NFD;Jamo-Latin", "" },
|
||||
|
||||
// Inter-Indic composed rules
|
||||
{ "Latin-InterIndic", "internal", "Latin_InterIndic", "FORWARD" },
|
||||
|
|
|
@ -104,9 +104,8 @@ translit_index {
|
|||
// Compound rules
|
||||
|
||||
/// TODO
|
||||
/// Add the appropriate compound filters here
|
||||
{ "Latin-Hangul", "alias", "Latin-Jamo;[\u1100-\u11FF]NFC", "" },
|
||||
{ "Hangul-Latin", "alias", "[\uAC00-\uD7AF]NFD;Jamo-Latin", "" },
|
||||
{ "Latin-Hangul", "alias", "[:Latin:];Latin-Jamo;[\u1100-\u11FF]NFC", "" },
|
||||
{ "Hangul-Latin", "alias", "[\uAC00-\uD7AF];NFD;Jamo-Latin", "" },
|
||||
|
||||
// Inter-Indic composed rules
|
||||
{ "Latin-InterIndic", "internal", "Latin_InterIndic", "FORWARD" },
|
||||
|
|
Loading…
Add table
Reference in a new issue