Skip to content

Convert utility between utf8 and unicode for C .

Notifications You must be signed in to change notification settings

ideazw/utf8unicode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

###Utf8 <-> Unicode Utility for C

####HOW TO USE: The key is using std::string to store utf8 data, and std::vector<unsigned int> to store unicode data.

You can refer to the header to get more informations:

Utf8Unicode::utf8_to_unicode(src_string, dst_buffer);
Utf8Unicode::unicode_to_utf8(src_buffer, dst_string);

About

Convert utility between utf8 and unicode for C .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%