From 05b07db197c4939070658278234c57215fc7a41f Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Mon, 14 Apr 2014 22:02:28 +0200 Subject: [PATCH] Just sync diff (switching branches) - not compilable. --- tests/src/test_utf8.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/src/test_utf8.c diff --git a/tests/src/test_utf8.c b/tests/src/test_utf8.c new file mode 100644 index 0000000..551eb8b --- /dev/null +++ b/tests/src/test_utf8.c @@ -0,0 +1,19 @@ +/* + ============================================================================ + Name : test_utf8.c + Author : martin.dvorak@mindforger.com + Copyright : Apache 2.0 + Description : A test + ============================================================================ +*/ + +#include +#include + +#define LINELNG 500 + +int main(int argc, char *argv[]) +{ + // UTF8 test: czech & chinese + // hf @ SF.net as inspiration +}