The document title bar is no populated on document open
This commit is contained in:
@@ -234,6 +234,12 @@ class nwUnicode:
|
||||
U_NBSP = "\u00a0" # Non-breaking space
|
||||
U_PARA = "\u2029" # Paragraph separator
|
||||
|
||||
## Arrows
|
||||
U_UTRI = "\u2bc5" # Up-pointing triangle
|
||||
U_DTRI = "\u2bc6" # Down-pointing triangle
|
||||
U_LTRI = "\u2bc7" # Left-pointing triangle
|
||||
U_RTRI = "\u2bc8" # Right-pointing triangle
|
||||
|
||||
# HTML Equivalents
|
||||
|
||||
## Quotes
|
||||
@@ -265,4 +271,10 @@ class nwUnicode:
|
||||
## Other
|
||||
H_NBSP = " "
|
||||
|
||||
## Arrows
|
||||
H_UTRI = "⯅"
|
||||
H_DTRI = "⯆"
|
||||
H_LTRI = "⯇"
|
||||
H_RTRI = "⯈"
|
||||
|
||||
# END Class nwUnicode
|
||||
|
||||
Reference in New Issue
Block a user