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: it_ja.txt | 7 # File: it_ja.txt |
8 # Generated from CLDR | 8 # Generated from CLDR |
9 # | 9 # |
10 ::NFD(NFC); | 10 ::NFD(NFC); |
11 ::Lower(); | 11 ::Lower(); |
12 ::[:Latin:] fullwidth-halfwidth(); | 12 ::[:Latin:] fullwidth-halfwidth(); |
13 $vowel = [aeiou]; | 13 $vowel = [aeiou]; |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 s → ス; | 177 s → ス; |
178 t → ト; | 178 t → ト; |
179 v → ヴ; | 179 v → ヴ; |
180 x → | cs; | 180 x → | cs; |
181 y → | i; | 181 y → | i; |
182 z → ツ; | 182 z → ツ; |
183 ' ' → ・; | 183 ' ' → ・; |
184 \- → =; | 184 \- → =; |
185 [:nonspacing mark:] → ; | 185 [:nonspacing mark:] → ; |
186 ::NFC(NFD); | 186 ::NFC(NFD); |
OLD | NEW |