summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/text.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h
index f01af1547..ba4ccb4b2 100644
--- a/include/text.h
+++ b/include/text.h
@@ -3,9 +3,11 @@
#define CHAR_SPACE 0x00
#define CHAR_QUESTION_MARK 0xAC
+#define CHAR_PERIOD 0xAD
#define CHAR_HYPHEN 0xAE
#define CHAR_MALE 0xB5
#define CHAR_FEMALE 0xB6
+#define CHAR_COMMA 0xB8
#define CHAR_CURRENCY 0xB7
#define CHAR_SLASH 0xBA
#define CHAR_COLON 0xF0