utf8proc.h -> mojibake.h (closes #10)

This commit is contained in:
Steven G. Johnson 2014-07-18 14:28:17 -04:00
parent 8c36e8bc9f
commit 2c4e520a17
3 changed files with 5 additions and 5 deletions

View File

@ -38,7 +38,7 @@ CaseFolding.txt:
$(CURL) -O http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
utf8proc.o: utf8proc.h utf8proc.c utf8proc_data.c
utf8proc.o: mojibake.h utf8proc.c utf8proc_data.c
$(cc) -c -o utf8proc.o utf8proc.c
libmojibake.a: utf8proc.o

View File

@ -22,10 +22,10 @@
/*
* File name: utf8proc.h
* File name: mojibake.h (formerly utf8proc.h)
*
* Description:
* Header files for libutf8proc, which is a mapping tool for UTF-8 strings
* Header files for libmojibake, which is a mapping tool for UTF-8 strings
* with following features:
* - decomposing and composing of strings
* - replacing compatibility characters with their equivalents
@ -44,7 +44,7 @@
* - rejection of illegal UTF-8 data
* (i.e. UTF-8 encoded UTF-16 surrogates)
* - support for korean hangul characters
* Unicode Version 5.0.0 is supported.
* Unicode Version 7.0.0 is supported.
*/

View File

@ -39,7 +39,7 @@
*/
#include "utf8proc.h"
#include "mojibake.h"
#include "utf8proc_data.c"