2 files changed, 2 insertions(+), 13 deletions(-)
M README
D compile_flags.txt
M README => README +2 -2
@@ 6,8 6,8 @@
A collection of miscellaneous tools made in C:
* genhtab Generate static C99 hash tables
- * htmldecode HTML decoding
- * htmlencode HTML encoding
+ * htmldecode HTML decoding to UTF-8
+ * htmlencode HTML encoding from UTF-8
* mbcut Multibyte aware string trimming
* natsort Natural sorting for UTF-8
* urldecode URL decoding
D compile_flags.txt => compile_flags.txt +0 -11
@@ 1,11 0,0 @@
--std=c11
--pedantic
--Wall
--Wextra
--Wno-char-subscripts
--funsigned-char
--DNDEBUG
--D_DEFAULT_SOURCE
--pthread
--DPROG_NAME="\"\""
--DPROG_VERSION="\"\""