From 5ecd8885556cdfc07d2bccaede45f86e329da637 Mon Sep 17 00:00:00 2001 From: Oxore Date: Thu, 3 Jan 2019 22:45:18 +0300 Subject: Move unicode module to separate library lib8 --- include/unicode.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 include/unicode.h (limited to 'include/unicode.h') 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); -- cgit v1.2.3