summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h
index d9c7a9a2e..aa499f558 100644
--- a/include/text.h
+++ b/include/text.h
@@ -13,10 +13,15 @@
#define CHAR_7 0xA8
#define CHAR_8 0xA9
#define CHAR_9 0xAA
+#define CHAR_EXCL_MARK 0xAB
#define CHAR_QUESTION_MARK 0xAC
#define CHAR_PERIOD 0xAD
#define CHAR_HYPHEN 0xAE
#define CHAR_ELLIPSIS 0xB0
+#define CHAR_DOUBLE_QUOTATION_LEFT 0xB1
+#define CHAR_DOUBLE_QUOTATION_RIGHT 0xB2
+#define CHAR_SINGLE_QUOTATION_LEFT 0xB3
+#define CHAR_SINGLE_QUOTATION_RIGHT 0xB4
#define CHAR_MALE 0xB5
#define CHAR_FEMALE 0xB6
#define CHAR_CURRENCY 0xB7