Implement "open central unrounded vowel" (ä).

This commit is contained in:
John McWilliams 2025-03-12 09:36:44 -04:00
parent a92f8fa607
commit 7ad6563c45
3 changed files with 4 additions and 1 deletions

View file

@ -10,6 +10,7 @@ glyph-block Letter-Greek-Orthography : begin
# Link localization forms # Link localization forms
link-gr LocalizedForm.IPPH 'a' 'a/doubleStorey' link-gr LocalizedForm.IPPH 'a' 'a/doubleStorey'
link-gr LocalizedForm.IPPH 'aDieresis' 'aDieresis/doubleStorey'
link-gr LocalizedForm.IPPH 'aRetroflexHook' 'aRetroflexHook/doubleStorey' link-gr LocalizedForm.IPPH 'aRetroflexHook' 'aRetroflexHook/doubleStorey'
link-gr LocalizedForm.IPPH 'g' 'g/doubleStorey' link-gr LocalizedForm.IPPH 'g' 'g/doubleStorey'
link-gr LocalizedForm.IPPH 'gBar' 'gScriptBar' link-gr LocalizedForm.IPPH 'gBar' 'gScriptBar'

View file

@ -300,5 +300,6 @@ glyph-block Letter-Latin-Lower-A : begin
CreateTurnedLetter 'turnAScript' 0x2C70 'AScript' HalfAdvance (CAP / 2) CreateTurnedLetter 'turnAScript' 0x2C70 'AScript' HalfAdvance (CAP / 2)
CreateAccentedComposition 'aDieresis' 0xE4 'a' 'dieresisAbove' CreateAccentedComposition 'aDieresis' 0xE4 'a' 'dieresisAbove'
CreateAccentedComposition 'aDieresis/doubleStorey' null 'a/doubleStorey' 'dieresisAbove'
CreateAccentedComposition 'aSbRsbUnderlineBelow' null 'a' 'sbRsbUnderlineBelow' CreateAccentedComposition 'aSbRsbUnderlineBelow' null 'a' 'sbRsbUnderlineBelow'
CreateAccentedComposition 'aRightHalfRingTR' 0x1E9A 'a' 'rightHalfCircleTR'

View file

@ -165,6 +165,7 @@ export : define decompOverrides : object
0x1E08 { 'CCedilla' 'acuteAbove' } 0x1E08 { 'CCedilla' 'acuteAbove' }
0x1E09 { 'cCedilla' 'acuteAbove' } 0x1E09 { 'cCedilla' 'acuteAbove' }
0x1E9A { 'a' 'rightHalfCircleTR' }
0x1E9C { 'longs' 'shortSlashOver' } 0x1E9C { 'longs' 'shortSlashOver' }
0x1EDA { 'OHorn' 'acuteAbove' } 0x1EDA { 'OHorn' 'acuteAbove' }
0x1EDB { 'oHorn' 'acuteAbove' } 0x1EDB { 'oHorn' 'acuteAbove' }