Skip to content

Commit 7ad6563

Browse files
Implement "open central unrounded vowel" (ä).
1 parent a92f8fa commit 7ad6563

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

packages/font-glyphs/src/letter/greek/orthography.ptl

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ glyph-block Letter-Greek-Orthography : begin
1010
# Link localization forms
1111

1212
link-gr LocalizedForm.IPPH 'a' 'a/doubleStorey'
13+
link-gr LocalizedForm.IPPH 'aDieresis' 'aDieresis/doubleStorey'
1314
link-gr LocalizedForm.IPPH 'aRetroflexHook' 'aRetroflexHook/doubleStorey'
1415
link-gr LocalizedForm.IPPH 'g' 'g/doubleStorey'
1516
link-gr LocalizedForm.IPPH 'gBar' 'gScriptBar'

packages/font-glyphs/src/letter/latin/lower-a.ptl

+2-1
Original file line numberDiff line numberDiff line change
@@ -300,5 +300,6 @@ glyph-block Letter-Latin-Lower-A : begin
300300
CreateTurnedLetter 'turnAScript' 0x2C70 'AScript' HalfAdvance (CAP / 2)
301301

302302
CreateAccentedComposition 'aDieresis' 0xE4 'a' 'dieresisAbove'
303+
CreateAccentedComposition 'aDieresis/doubleStorey' null 'a/doubleStorey' 'dieresisAbove'
304+
303305
CreateAccentedComposition 'aSbRsbUnderlineBelow' null 'a' 'sbRsbUnderlineBelow'
304-
CreateAccentedComposition 'aRightHalfRingTR' 0x1E9A 'a' 'rightHalfCircleTR'

packages/font-glyphs/src/meta/unicode-knowledge.ptl

+1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ export : define decompOverrides : object
165165

166166
0x1E08 { 'CCedilla' 'acuteAbove' }
167167
0x1E09 { 'cCedilla' 'acuteAbove' }
168+
0x1E9A { 'a' 'rightHalfCircleTR' }
168169
0x1E9C { 'longs' 'shortSlashOver' }
169170
0x1EDA { 'OHorn' 'acuteAbove' }
170171
0x1EDB { 'oHorn' 'acuteAbove' }

0 commit comments

Comments
 (0)