TeamTest57 / utflib

🗜️: UTF-8 UTF-16 UTF-32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

🗜️: UTF-8 UTF-16 UTF-32

License:Other


Languages

Language:C++ 100.0%