utf8proc.h -> mojibake.h (closes #10)
This commit is contained in:
parent
8c36e8bc9f
commit
2c4e520a17
2
Makefile
2
Makefile
@ -38,7 +38,7 @@ CaseFolding.txt:
|
|||||||
$(CURL) -O http://www.unicode.org/Public/UNIDATA/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
|
$(cc) -c -o utf8proc.o utf8proc.c
|
||||||
|
|
||||||
libmojibake.a: utf8proc.o
|
libmojibake.a: utf8proc.o
|
||||||
|
|||||||
@ -22,10 +22,10 @@
|
|||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* File name: utf8proc.h
|
* File name: mojibake.h (formerly utf8proc.h)
|
||||||
*
|
*
|
||||||
* Description:
|
* 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:
|
* with following features:
|
||||||
* - decomposing and composing of strings
|
* - decomposing and composing of strings
|
||||||
* - replacing compatibility characters with their equivalents
|
* - replacing compatibility characters with their equivalents
|
||||||
@ -44,7 +44,7 @@
|
|||||||
* - rejection of illegal UTF-8 data
|
* - rejection of illegal UTF-8 data
|
||||||
* (i.e. UTF-8 encoded UTF-16 surrogates)
|
* (i.e. UTF-8 encoded UTF-16 surrogates)
|
||||||
* - support for korean hangul characters
|
* - support for korean hangul characters
|
||||||
* Unicode Version 5.0.0 is supported.
|
* Unicode Version 7.0.0 is supported.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@ -39,7 +39,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "utf8proc.h"
|
#include "mojibake.h"
|
||||||
#include "utf8proc_data.c"
|
#include "utf8proc_data.c"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user