Recognize more characters

This commit is contained in:
Behdad Esfahbod 2012-01-20 13:39:27 -05:00
parent 0016d4662d
commit c8d81db033
1 changed files with 7 additions and 0 deletions

View File

@ -9,6 +9,13 @@ shorthands = {
"ZERO WIDTH JOINER": "ZWJ",
"NARROW NO-BREAK SPACE": "NNBSP",
"COMBINING GRAPHEME JOINER": "CGJ",
"LEFT-TO-RIGHT MARK": "LRM",
"RIGHT-TO-LEFT MARK": "RLM",
"LEFT-TO-RIGHT EMBEDDING": "LRE",
"RIGHT-TO-LEFT EMBEDDING": "RLE",
"POP DIRECTIONAL FORMATTING": "PDF",
"LEFT-TO-RIGHT OVERRIDE": "LRO",
"RIGHT-TO-LEFT OVERRIDE": "RLO",
}
def pretty_name (x):
try: