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

Commit 655e9fc

Browse files
committed
Merge branch 'master' of https://github.com/Kasugaccho/utflib
2 parents 83fb7e8 + 3f03a4d commit 655e9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ These codes are licensed under CC0.
99

1010
## Sample
1111
//使い方の一例
12-
const char32_t u32char=U"こんにちは!";
12+
const char32_t* u32char=U"こんにちは!";
1313
printf("%s",utf8(u32char));

0 commit comments

Comments
 (0)