Add two IPA affricate digraphs with palatal hook. (#2330)
This commit is contained in:
parent
8e6fd87037
commit
d7c0f6ab04
3 changed files with 24 additions and 18 deletions
3
changes/30.0.2.md
Normal file
3
changes/30.0.2.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
* Add characters:
|
||||
- LATIN SMALL LETTER DEZH DIGRAPH WITH PALATAL HOOK (`U+1DF12`).
|
||||
- LATIN SMALL LETTER TESH DIGRAPH WITH PALATAL HOOK (`U+1DF17`).
|
|
@ -1354,6 +1354,8 @@ glyph-block Autobuild-Pnonetic-Ligatures : begin
|
|||
list 0x02AB { 'l/phoneticLeft' 'z' } 'b'
|
||||
list 0xAB66 { 'd/phoneticLeft' 'zRTail/phoneticRight' } 'bp'
|
||||
list 0xAB67 { 't/phoneticLeft1' 'sRTail' } 'bp'
|
||||
list 0x1DF12 { 'd/phoneticLeft' 'ezhPalatalHook/phoneticRight' } 'bp'
|
||||
list 0x1DF17 { 't/teshLeft' 'eshPalatalHook' } 'bp'
|
||||
list 0xFB00 { 'f' 'f' } null
|
||||
list 0xFB01 { 'f/compLigLeft1' 'dotlessi/compLigRight' } null
|
||||
list 0xFB02 { 'f/compLigLeft2' 'l/compLigRight' } null
|
||||
|
|
|
@ -186,6 +186,7 @@ glyph-block Letter-Latin-Ezh : begin
|
|||
select-variant 'ezhRetroflexHook' 0x1D9A (follow -- 'ezh')
|
||||
select-variant 'ezhPalatalHook' 0x1DF18 (follow -- 'ezh')
|
||||
select-variant 'ezh/phoneticRight' (shapeFrom -- 'ezh')
|
||||
select-variant 'ezhPalatalHook/phoneticRight' (shapeFrom -- 'ezhPalatalHook') (follow -- 'ezh/phoneticRight')
|
||||
|
||||
alias 'cyrl/abk/Dze' 0x4E0 'Ezh'
|
||||
alias 'cyrl/abk/dze' 0x4E1 'ezh'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue