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

TeamTest57/utflib

Repository files navigation

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));