| OLD | NEW |
| 1 # *************************************************************************** | 1 # *************************************************************************** |
| 2 # * | 2 # * |
| 3 # * Copyright (C) 2004-2014, International Business Machines | 3 # * Copyright (C) 2004-2015, 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: pl_FONIPA_ja.txt | 7 # File: pl_FONIPA_ja.txt |
| 8 # Generated from CLDR | 8 # Generated from CLDR |
| 9 # | 9 # |
| 10 $word_boundary = [-\ $] ; | 10 $word_boundary = [-\ $] ; |
| 11 $vowel = [aeiouw] ; # Vowels and glides | 11 $vowel = [aeiouw] ; # Vowels and glides |
| 12 $not_vowel = [^$vowel] ; | 12 $not_vowel = [^$vowel] ; |
| 13 ç → | h; | 13 ç → | h; |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 ʑe → ジェ; | 210 ʑe → ジェ; |
| 211 ʑu → ジュ; | 211 ʑu → ジュ; |
| 212 ʑ → ジ; | 212 ʑ → ジ; |
| 213 za → ザ; | 213 za → ザ; |
| 214 ze → ジェ; | 214 ze → ジェ; |
| 215 zi → ジ; | 215 zi → ジ; |
| 216 zo → ゾ; | 216 zo → ゾ; |
| 217 zu → ズ; | 217 zu → ズ; |
| 218 z } $word_boundary → ス; | 218 z } $word_boundary → ス; |
| 219 z → ズ; | 219 z → ズ; |
| OLD | NEW |