aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-04-30 22:30:10 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-04-30 22:30:10 +0200
commit4aca7326d0a891f7cdcd96c24e5a0fa674d4d25b (patch)
tree51c620d5f411db7c0fd12fcd0069173bca5d1b1c
parent412e7b6a1e7eb1e7707f70abc92740204b152c5f (diff)
downloadODR-PadEnc-4aca7326d0a891f7cdcd96c24e5a0fa674d4d25b.tar.gz
ODR-PadEnc-4aca7326d0a891f7cdcd96c24e5a0fa674d4d25b.tar.bz2
ODR-PadEnc-4aca7326d0a891f7cdcd96c24e5a0fa674d4d25b.zip
Add BIG FAT utf8 WARNING to 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