| OLD | NEW |
| 1 // ************************************************************************** | 1 // ************************************************************************** |
| 2 // * Copyright (C) 2004-2013, International Business Machine | 2 // * Copyright (C) 2004-2013, International Business Machine |
| 3 // * Corporation; Unicode, Inc.; and others. All Rights Reserved. | 3 // * Corporation; Unicode, Inc.; and others. All Rights Reserved. |
| 4 // * | 4 // * |
| 5 // *************************************************************************** | 5 // *************************************************************************** |
| 6 // File: root.txt | 6 // This file specifies transliteration rulesets that are to be kept for Chromium |
| 7 // Only include: | 7 // releases. |
| 8 // For Chinese script detection: | 8 // |
| 9 // Chinese Simplified-Traditional and Traditional-Simplified transform | 9 // Currently no rule sets in use. |
| 10 // rules, and their aliases Hans-Hant and Hant-Hans, respectively. | |
| 11 | 10 |
| 12 root { | 11 root { } |
| 13 RuleBasedTransliteratorIDs { | |
| 14 Hans-Hant { | |
| 15 file { | |
| 16 resource:process(transliterator) {"Hans_Hant.txt"} | |
| 17 direction {"FORWARD"} | |
| 18 } | |
| 19 } | |
| 20 Hant-Hans { | |
| 21 file { | |
| 22 resource:process(transliterator) {"Hans_Hant.txt"} | |
| 23 direction {"REVERSE"} | |
| 24 } | |
| 25 } | |
| 26 } | |
| 27 } | |
| OLD | NEW |