diff options
Diffstat (limited to 'unicode.h')
-rw-r--r-- | unicode.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/unicode.h b/unicode.h new file mode 100644 index 0000000..387c08d --- /dev/null +++ b/unicode.h @@ -0,0 +1,5 @@ +#ifndef UNICODE_H_ +#define UNICODE_H_ +#define UNICODE_BOX_CHARACTER 0x2610 +#define UNICODE_CODE_POINTS 0x110000 // number of Unicode code points +#endif |