summaryrefslogtreecommitdiff
path: root/include/unicode.h
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2019-01-03 22:45:18 +0300
committerOxore <oxore@protonmail.com>2019-01-03 22:49:40 +0300
commit5ecd8885556cdfc07d2bccaede45f86e329da637 (patch)
treefd23f04ad159bcae5d863ac788df140c4b4465ce /include/unicode.h
parent6c3579c976a14c4eda8964491c649839a189828f (diff)
Move unicode module to separate library lib8
Diffstat (limited to 'include/unicode.h')
-rw-r--r--include/unicode.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/unicode.h b/include/unicode.h
deleted file mode 100644
index 4e5910a..0000000
--- a/include/unicode.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * unicode.h
- *
- * Unicode - module with some helper unicode functions.
- *
- * SFML uses UTF32 encoding for texts and there is no need to use any full
- * featured library just for a couple of encoding conversion functions.
- *
- * */
-
-size_t utf8_strlen(char *string);
-void utf8to32_strcpy(wchar_t *dest, char *src);