Define double single left right qutoation marks char

This commit is contained in:
DizzyEggg
2019-01-28 19:02:34 +01:00
parent 922726ff3d
commit 73d919fa0f
2 changed files with 8 additions and 8 deletions

View File

@@ -18,10 +18,10 @@
#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_DBL_QUOT_LEFT 0xB1
#define CHAR_DBL_QUOT_RIGHT 0xB2
#define CHAR_SGL_QUOT_LEFT 0xB3
#define CHAR_SGL_QUOT_RIGHT 0xB4
#define CHAR_MALE 0xB5
#define CHAR_FEMALE 0xB6
#define CHAR_CURRENCY 0xB7