# node-unidecode-cxx **Repository Path**: mirrors_mapbox/node-unidecode-cxx ## Basic Information - **Project Name**: node-unidecode-cxx - **Description**: Experimental port of node-unidecode to C++ - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # unidecode-cxx This is a weekend experiment at porting [node-unidecode](https://github.com/FGRibreau/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.