From 5efd99c6e3a98af69da48721555755fde0bec300 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 30 Apr 2015 22:30:10 +0200 Subject: Add BIG FAT utf8 WARNING to charset.h --- src/charset.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/charset.h') 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 #include +/**********************************************/ +/************* 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 -- cgit v1.2.3