| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2004-2013, International Business Machines | 3 // * Copyright (C) 2004-2013, International Business Machines |
| 4 // * Corporation; Unicode, Inc.; and others. All Rights Reserved. | 4 // * Corporation; Unicode, Inc.; and others. All Rights Reserved. |
| 5 // * | 5 // * |
| 6 // *************************************************************************** | 6 // *************************************************************************** |
| 7 // File: root.txt | 7 // File: root.txt |
| 8 // Only include tr, az and el case transform rules for CSS3 support. | 8 // Only include tr, az and el case transform rules for CSS3 support. |
| 9 // | 9 // |
| 10 root { | 10 root { |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 // Transliterator display names | 24 // Transliterator display names |
| 25 // This is the English form of this resource. | 25 // This is the English form of this resource. |
| 26 "%Translit%Hex" { "%Translit%Hex" } | 26 "%Translit%Hex" { "%Translit%Hex" } |
| 27 "%Translit%UnicodeName" { "%Translit%UnicodeName" } | 27 "%Translit%UnicodeName" { "%Translit%UnicodeName" } |
| 28 "%Translit%UnicodeChar" { "%Translit%UnicodeChar" } | 28 "%Translit%UnicodeChar" { "%Translit%UnicodeChar" } |
| 29 TransliterateLATIN{ | 29 TransliterateLATIN{ |
| 30 "", | 30 "", |
| 31 "" | 31 "" |
| 32 } | 32 } |
| 33 } | 33 } |
| OLD | NEW |