File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
icu4c/source/data/translit Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2222$tone = [\u0304\u0301\u030C\u0300\u0306] ;
2323# Move the tone to the end of a syllable, and convert to number
2424e {($tone) r} → r &Pinyin-NumericPinyin($1);
25- ($tone) ( [i o n u {o n } {n g }]) → $2 &Pinyin-NumericPinyin($1);
25+ ($tone) ( [i o n u {on } {ng }]) → $2 &Pinyin-NumericPinyin($1);
2626($tone) → &Pinyin-NumericPinyin($1);
2727# The following backs up until it finds the right vowel, then deposits the tone
2828$vowel = [aAeEiIoOuU {u\u0308} {U\u0308} vV];
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ $C = [$LO $HI];
4242$V1 = [ꪵ ꪶ ꪹ ꪻ ꪼ]; # vowels written before consonant
4343$V2 = [ \uAAB0 \uAAB2 \uAAB3 \uAAB4 \uAAB7 \uAAB8 \uAABE]; # vowels written above or below consonant
4444$V3 = [ꪱ ꪮ ꪺ ꪽ]; # vowels written after consonant
45- $DIGRAPHS = [{ꪹ \uAAB8} {ꪹ \uAAB7} {ꪹ ꪱ }];
45+ $DIGRAPHS = [{ꪹ\uAAB8} {ꪹ\uAAB7} {ꪹꪱ }];
4646$V12 = [$V1 $V2 $DIGRAPHS];
4747$V123 = [$V12 $V3];
4848$W = [ꪫ]; # labialization marker
Original file line number Diff line number Diff line change 66# Generated from CLDR
77#
88
9- $AE = [Ä {A \u0308}];
10- $OE = [Ö {O \u0308}];
11- $UE = [Ü {U \u0308}];
12- [ä {a \u0308}] → ae;
13- [ö {o \u0308}] → oe;
14- [ü {u \u0308}] → ue;
9+ $AE = [Ä {A\u0308}];
10+ $OE = [Ö {O\u0308}];
11+ $UE = [Ü {U\u0308}];
12+ [ä {a\u0308}] → ae;
13+ [ö {o\u0308}] → oe;
14+ [ü {u\u0308}] → ue;
1515{$AE} [:Lowercase:] → Ae;
1616{$OE} [:Lowercase:] → Oe;
1717{$UE} [:Lowercase:] → Ue;
You can’t perform that action at this time.
0 commit comments