Just sync diff (switching branches) - not compilable.

This commit is contained in:
Martin Dvorak 2014-04-14 22:02:28 +02:00
parent dc5712277e
commit 05b07db197

19
tests/src/test_utf8.c Normal file
View file

@ -0,0 +1,19 @@
/*
============================================================================
Name : test_utf8.c
Author : martin.dvorak@mindforger.com
Copyright : Apache 2.0
Description : A test
============================================================================
*/
#include <string.h>
#include <stdio.h>
#define LINELNG 500
int main(int argc, char *argv[])
{
// UTF8 test: czech & chinese
// hf @ SF.net as inspiration
}