From c8d81db03335192f20f08ab8fabe9869fd7350a2 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 20 Jan 2012 13:39:27 -0500 Subject: [PATCH] Recognize more characters --- test/shaping/hb-unicode-prettyname | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/shaping/hb-unicode-prettyname b/test/shaping/hb-unicode-prettyname index f785bbe..c69bfde 100755 --- a/test/shaping/hb-unicode-prettyname +++ b/test/shaping/hb-unicode-prettyname @@ -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: -- 2.7.4