mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-10 17:18:35 +08:00
Just sync diff (switching branches) - not compilable.
This commit is contained in:
parent
dc5712277e
commit
05b07db197
1 changed files with 19 additions and 0 deletions
19
tests/src/test_utf8.c
Normal file
19
tests/src/test_utf8.c
Normal 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
|
||||
}
|
Loading…
Reference in a new issue