Skip to content

Commit 4ebbe0c

Browse files
committed
ICU-23307 Manually apply the changes from unicode-org/cldr#5297
1 parent 5cf7fe0 commit 4ebbe0c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

icu4c/source/data/translit/Latin_NumericPinyin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
$tone = [\u0304\u0301\u030C\u0300\u0306] ;
2323
# Move the tone to the end of a syllable, and convert to number
2424
e {($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];

icu4c/source/data/translit/blt_blt_FONIPA.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

icu4c/source/data/translit/de_ASCII.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
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;

0 commit comments

Comments
 (0)