aboutsummaryrefslogtreecommitdiffstats
path: root/src/charset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charset.h')
-rw-r--r--src/charset.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/charset.h b/src/charset.h
index 0eb1edf..e16587b 100644
--- a/src/charset.h
+++ b/src/charset.h
@@ -29,6 +29,16 @@
#include <vector>
#include <algorithm>
+/**********************************************/
+/************* BIG FAT WARNING ****************/
+/**********************************************/
+/**** Make sure this file is always saved ****/
+/**** encoded in UTF-8, otherwise you will ****/
+/**** mess up the table below ! ****/
+/**********************************************/
+/********* END OF BIG FAT WARNING *************/
+/**********************************************/
+
// The first 32 entries are control characters and are not specified in
// the table.
#define CHARSET_TABLE_OFFSET 32