| 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 // This file specifies transliteration rulesets that are to be kept for Chromium | 6 // This file specifies transliteration rulesets that are to be kept for Chromium |
| 7 // releases. | 7 // releases. |
| 8 // | 8 // |
| 9 // Currently no rule sets in use. | 9 // Currently no rule sets in use. |
| 10 // Note that RuleBasedTransliteratorIDs block has to be present. Otherwise, |
| 11 // built-in transforms such as NFD/NFC would fail. |
| 10 | 12 |
| 11 root { } | 13 root { |
| 14 RuleBasedTransliteratorIDs { |
| 15 } |
| 16 } |
| OLD | NEW |