Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

mapbox/node-unidecode-cxx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unidecode-cxx

This is a weekend experiment at porting node-unidecode to C++. All of node-unidecode's data files are compiled statically into the binary, and more is done with lookup tables rather than branches.

So far it passes all of unidecode's tests except one (it doesn't handle null characters in the same way), and is about twice as fast. It definitely hasn't been battle-tested, though, and in particular, I have no idea how it will handle invalid unicode.

About

Experimental port of node-unidecode to C++

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages