Skip to content

Commit

Permalink
utf8proc.h -> mojibake.h (closes #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jul 18, 2014
1 parent 8c36e8b commit 2c4e520
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions utf8proc.h → mojibake.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
*/


Expand Down
2 changes: 1 addition & 1 deletion utf8proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
*/


#include "utf8proc.h"
#include "mojibake.h"
#include "utf8proc_data.c"


Expand Down

0 comments on commit 2c4e520

Please sign in to comment.