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

TeamTest57/utflib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages