Skip to content

merlinblack/utf8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nigels UTF8 functions.

Two functions to aid in editing utf8 strings, by converting to and from UCS-4.

As a vector of 32bit code points you can add and delete characters freely without worrying about different 'glyphs' being different numbers of bytes.

C++ built in conversions seem hard to use or even depreciated. 🤨

See main.cpp for how to use. No rocket science here.

Credit

Based on two C routines written by Jeff Bezanson. See ref directory for full copy of his routines. He did the hard part. 😁

About

Two functions for converting UTF8 to and from UCS-4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors