diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-04-30 22:30:10 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-04-30 22:30:10 +0200 |
commit | 5efd99c6e3a98af69da48721555755fde0bec300 (patch) | |
tree | 12a631cc5f5740e82ccf0dbb1cdfa19b9e36bc1c /src/charset.h | |
parent | 9dd4c4d2271d0c3a57fece5c90ad0d6d5b03f441 (diff) | |
download | ODR-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/charset.h')
-rw-r--r-- | src/charset.h | 10 |
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 |