Merge pull request #1799 from fonttools/unicodedata-add-11-12-rtl
Update RTL_SCRIPTS for Unicode 11 and 12
This commit is contained in:
commit
faad7f441d
@ -190,6 +190,14 @@ RTL_SCRIPTS = {
|
|||||||
|
|
||||||
# Unicode-9.0 additions
|
# Unicode-9.0 additions
|
||||||
'Adlm', # Adlam
|
'Adlm', # Adlam
|
||||||
|
|
||||||
|
# Unicode-11.0 additions
|
||||||
|
'Rohg', # Hanifi Rohingya
|
||||||
|
'Sogo', # Old Sogdian
|
||||||
|
'Sogd', # Sogdian
|
||||||
|
|
||||||
|
# Unicode-12.0 additions
|
||||||
|
'Elym', # Elymaic
|
||||||
}
|
}
|
||||||
|
|
||||||
def script_horizontal_direction(script_code, default=KeyError):
|
def script_horizontal_direction(script_code, default=KeyError):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user