├── README.md ├── test.c ├── unicodestring2utf8.c ├── utf8.c └── utf8.h /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haipome/utf8/HEAD/README.md -------------------------------------------------------------------------------- /test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haipome/utf8/HEAD/test.c -------------------------------------------------------------------------------- /unicodestring2utf8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haipome/utf8/HEAD/unicodestring2utf8.c -------------------------------------------------------------------------------- /utf8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haipome/utf8/HEAD/utf8.c -------------------------------------------------------------------------------- /utf8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haipome/utf8/HEAD/utf8.h --------------------------------------------------------------------------------