]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/data/translit/Latin_NumericPinyin.txt
ICU-551.51.tar.gz
[apple/icu.git] / icuSources / data / translit / Latin_NumericPinyin.txt
index cc8ce2eca6718ff4d736225265ef852775d56bab..e907d55c6b8e628a0033e9c19e7b16a2b0e4a7f4 100644 (file)
@@ -1,6 +1,6 @@
 # ***************************************************************************
 # *
-# *  Copyright (C) 2004-2010, International Business Machines
+# *  Copyright (C) 2004-2015, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
 # *
 # ***************************************************************************
@@ -12,7 +12,7 @@ $tone = [\u0304\u0301\u030C\u0300\u0306] ;
 e {($tone) r} → r &Pinyin-NumericPinyin($1);
 ($tone) ( [i o n u {o n} {n g}]) → $2 &Pinyin-NumericPinyin($1);
 ($tone) → &Pinyin-NumericPinyin($1);
-$vowel = [aAeEiIoOuUüÜ {u\u0308} {U\u0308} ];
+$vowel = [aAeEiIoOuU {u\u0308} {U\u0308} vV];
 $consonant = [[a-z A-Z] - [$vowel]];
 $digit = [1-5];
 $1 &NumericPinyin-Pinyin($3) $2 ← ([aAeE]) ($vowel* $consonant*) ($digit);