Skip to content

Commit 79e41d9

Browse files
authored
Merge d49a430 into 12f27ac
2 parents 12f27ac + d49a430 commit 79e41d9

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

source/NVDAObjects/window/winword.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -328,19 +328,19 @@
328328
}
329329
formatConfigFlag_includeLayoutTables=0x20000
330330

331-
# Map some characters from PUA to Unicode. Meant to be used with bullets only.
331+
# Map some characters from 0 to Unicode. Meant to be used with bullets only.
332332
# Doesn't care about the actual font, so can give incorrect Unicode in rare cases.
333333
mapPUAToUnicode = {
334334
# from : to # fontname
335-
u'\uF06E' : u'\u25A0', # Wingdings
336-
u'\uF076' : u'\u2756', # Wingdings
337-
u'\uF0A7' : u'\u2663', # Symbol
338-
u'\uF0A8' : u'\u2666', # Symbol
339-
u'\uF0B7' : u'\u2022', # Symbol
340-
u'\uF0D8' : u'\u27A2', # Wingdings
341-
u'\uF0E8' : u'\u21D2', # Wingdings
342-
u'\uF0F0' : u'\u21E8', # Wingdings
343-
u'\uF0FC' : u'\u2714', # Wingdings
335+
u'\uF06E' : u'\u25A0', # Wingdings (black square)
336+
u'\uF076' : u'\u2756', # Wingdings (black diamond minus white x
337+
u'\uF0A7' : u'\u25AA', # Symbol (black small square)
338+
u'\uF0A8' : u'\u2666', # Symbol (black diamond suit)
339+
u'\uF0B7' : u'\u2022', # Symbol (bullet)
340+
u'\uF0D8' : u'\u2B9A', # Wingdings (three-D top-lighted RIGHTWARDS equilateral arrowhead)
341+
u'\uF0E8' : u'\U0001f87a', # Wingdings (wide-headed rightwards heavy barb arrow)
342+
u'\uF0F0' : u'\u21E8', # Wingdings (right white arrow)
343+
u'\uF0FC' : u'\u2714', # Wingdings (heavy check mark)
344344
}
345345

346346
class WordDocumentHeadingQuickNavItem(browseMode.TextInfoQuickNavItem):

source/locale/en/symbols.dic

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ _ line most
9999
⇒ right double arrow some
100100
⇨ right white arrow some
101101
➢ right arrowhead some
102+
⮚ right arrowhead some
102103
❖ black diamond minus white X some
103104
♣ black club some
104105
♦ black diamond some
@@ -122,6 +123,7 @@ _ line most
122123
↓ down arrow some
123124
✓ check some
124125
✔ check some
126+
🡺 right arrow some
125127

126128
#Mathematical Operators U+2200 to U+220F
127129
∀ for all none

0 commit comments

Comments
 (0)