OLD | NEW |
1 # *************************************************************************** | 1 # *************************************************************************** |
2 # * | 2 # * |
3 # * Copyright (C) 2004-2013, International Business Machines | 3 # * Copyright (C) 2004-2014, 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: uz_Cyrl_uz_Latn.txt | 7 # File: uz_Cyrl_uz_Latn.txt |
8 # Generated from CLDR | 8 # Generated from CLDR |
9 # | 9 # |
10 :: NFD (NFC) ; | 10 :: NFD (NFC) ; |
11 $letters = [[:sc=Latn:][:sc=Cyrl:] & [:L:]] ; | 11 $letters = [[:sc=Latn:][:sc=Cyrl:] & [:L:]] ; |
12 $latinVowel = [AEIOUaeiouĬĭʼËë{oʻ}{Oʻ}] ; | 12 $latinVowel = [AEIOUaeiouĬĭʼËë{oʻ}{Oʻ}] ; |
13 $lower = [$letters & [:Ll:]] ; | 13 $lower = [$letters & [:Ll:]] ; |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 У ↔ U ; | 94 У ↔ U ; |
95 в ↔ v ; | 95 в ↔ v ; |
96 В ↔ V ; | 96 В ↔ V ; |
97 х ↔ x ; | 97 х ↔ x ; |
98 Х ↔ X ; | 98 Х ↔ X ; |
99 з ↔ z ; | 99 з ↔ z ; |
100 З ↔ Z ; | 100 З ↔ Z ; |
101 ь → ; | 101 ь → ; |
102 Ь → ; | 102 Ь → ; |
103 ::NFC (NFD) ; | 103 ::NFC (NFD) ; |
OLD | NEW |