Skip to content

Commit

Permalink
This fixes #68 "schwa", #74 "armenian", #72 "rupee", #73 "fractions", #…
Browse files Browse the repository at this point in the history
…71 "dingbats",
  • Loading branch information
LettError committed Jan 14, 2019
1 parent 6aabd57 commit a4a5b99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Lib/glyphNameFormatter/data/scriptPrefixes.py
Expand Up @@ -82,7 +82,8 @@ def addScriptPrefix(txt, tag=None, script=None, scriptSeparator=SCRIPTSEPARATOR,
# '{scriptSeparator}' will insert the separator at a given place

_scriptPrefixes = {
'arabic': 'ar',
'arabic': 'ar{glyphName}',
'armenian': '{glyphName}armn',
'boxdrawings': 'bxd',
'cjk': 'cjk',
'combining diacritical marks': "cmb",
Expand Down

0 comments on commit a4a5b99

Please sign in to comment.