Skip to content

imprity/UTF8String

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Smple UTF8 String Library

Very Simple (and probably unsafe) c string libray.

Just include it in your code and build with it.

  • Exmaple
UTFString* str = utf_from_cstr(u8"Hello World");
UTFStringView sv = utf_sv_from_str(str);

UTFStringView hello = utf_sv_sub_sv(sv, 0, 5);
UTFStringView world = utf_sv_sub_sv(sv, 6, sv.count);

//Do some kewl things with it

About

Simple C utf8 string library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages