Skip to content
This repository was archived by the owner on Sep 14, 2020. It is now read-only.

Commit a41e353

Browse files
authored
Create README.md
1 parent f5717fa commit a41e353

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# UTF-Library
2+
このライブラリは"UTF-8"・"UTF-16"・"UTF-32"の相互変換をサポートします。
3+
4+
## License
5+
6+
These codes are licensed under CC0.
7+
8+
[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png "CC0")](http://creativecommons.org/publicdomain/zero/1.0/deed.ja)
9+
10+
## Sample
11+
//使い方の一例
12+
const char32_t u32char=U"こんにちは!";
13+
printf("%s",utf8(u32char));

0 commit comments

Comments
 (0)