diff options
author | Vicent Marti <[email protected]> | 2014-09-02 13:18:04 +0200 |
---|---|---|
committer | Vicent Marti <[email protected]> | 2014-09-09 03:39:15 +0200 |
commit | 582674e662d1f8757350c51486a5e0a837195e15 (patch) | |
tree | 1d56c46f850d441492500dc2c3983e469c1b3581 /src/utf8.h | |
parent | e216094e2192c05ddbd0988458eb8c0012e7baf8 (diff) |
ffffix
Diffstat (limited to 'src/utf8.h')
-rw-r--r-- | src/utf8.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/utf8.h b/src/utf8.h deleted file mode 100644 index fe59a90..0000000 --- a/src/utf8.h +++ /dev/null @@ -1,6 +0,0 @@ -#include <stdlib.h> -#include "bstrlib.h" - -extern unsigned char * from_utf8(unsigned char * s, unsigned int *n); -extern int to_utf8(unsigned int c, bstring dest); -extern bstring case_fold(bstring source); |