Add Low asterisk (U+204E) and double asterisk (U+2051).

This commit is contained in:
be5invis 2021-05-13 20:27:05 -07:00
parent c652fac77c
commit e265b9fea8
6 changed files with 68 additions and 53 deletions

View file

@ -102,13 +102,13 @@ define [buildLigationsImpl sink para featureName mappedFeature rankedLookups] :
CreateLigationLookup : list
chain-rule # (*
{'parenLeft'} ~> look-around
{'asterisk'} ~> {'asterisk/lowered'}
{'asterisk'} ~> {'asterisk/sMid'}
chain-rule # *)
{'asterisk'} ~> {'asterisk/lowered'}
{'asterisk'} ~> {'asterisk/sMid'}
{'parenRight'} ~> look-around
do "Operator centering" : if [hasLG 'center-ops'] : begin
define [centerAsterisk] : {'asterisk'} ~> {'asterisk/lowered'}
define [centerAsterisk] : {'asterisk'} ~> {'asterisk/sMid'}
define [centerColon] : {'colon'} ~> {'colon.mid'}
define [centerCaret] : {'asciiCaret'} ~> {'asciiCaret.low'}
define [centerTilde] : {'asciiTilde'} ~> {'asciiTilde.low'}