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

Latest commit

 

History

History
16 lines (11 loc) · 414 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 414 Bytes

UTF-Library

このライブラリは"UTF-8"・"UTF-16"・"UTF-32"の相互変換をサポートします。

License

These codes are licensed under CC0.

CC0

Sample

// 使い方の一例  
  const char32_t* u32char=U"こんにちは!";  
  printf("%s",utf8(u32char));