File tree 2 files changed +19
-0
lines changed
2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -106,3 +106,18 @@ item {
106
106
uname: [" SIGN AU" , " SIGN I" ] raw: " ௌி"
107
107
to_uname: [" SIGN E" , " LLA" , " SIGN I" ] to_raw: " ெளி"
108
108
}
109
+
110
+ # Flipped two-part vowel signs.
111
+ # The non-flipped sequence is covered by NFC.
112
+ item {
113
+ uname: [" SIGN AA" , " SIGN E" ] raw: " ாெ"
114
+ to_uname: [" SIGN O" ] to_raw: " ொ"
115
+ }
116
+ item {
117
+ uname: [" SIGN AA" , " SIGN EE" ] raw: " ாே"
118
+ to_uname: [" SIGN OO" ] to_raw: " ோ"
119
+ }
120
+ item {
121
+ uname: [" AU LENGTH MARK" , " SIGN E" ] raw: " ௗெ"
122
+ to_uname: [" SIGN AU" ] to_raw: " ௌ"
123
+ }
Original file line number Diff line number Diff line change @@ -44,6 +44,10 @@ rewrite { rule: "SINH" input: "අපේ්රල්" output: "අප්
44
44
# rewrite { rule: "TAML" input: "தமிழர்கள்" output: "தமிழர்கள்" }
45
45
rewrite { rule: "TAML" input: "ஆக்ஷன்" output: "ஆக்ஷன்" }
46
46
47
+ rewrite { rule: "TAML" input: "காெள்" output: "கொள்" }
48
+ rewrite { rule: "TAML" input: "ப்ராேஷன்" output: "ப்ரோஷன்" }
49
+ rewrite { rule: "TAML" input: "சௗெந்தர்யம்" output: "சௌந்தர்யம்" }
50
+
47
51
rewrite { rule: "DEVA" input: "श्रीमान्को" output: "श्रीमान्को" }
48
52
rewrite { rule: "DEVA" input: "गोल्डबर्ग" output: "गोल्डबर्ग" }
49
53
You can’t perform that action at this time.
0 commit comments