summaryrefslogtreecommitdiffstats
path: root/src
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
commit5efd99c6e3a98af69da48721555755fde0bec300 (patch)
tree12a631cc5f5740e82ccf0dbb1cdfa19b9e36bc1c /src
parent9dd4c4d2271d0c3a57fece5c90ad0d6d5b03f441 (diff)
downloadODR-AudioEnc-5efd99c6e3a98af69da48721555755fde0bec300.tar.gz
ODR-AudioEnc-5efd99c6e3a98af69da48721555755fde0bec300.tar.bz2
ODR-AudioEnc-5efd99c6e3a98af69da48721555755fde0bec300.zip
Add BIG FAT utf8 WARNING to charset.h
Diffstat (limited to 'src')
-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