Releases: kylegendy/DeAccenter
Releases · kylegendy/DeAccenter
alpha
This C++20 project provides a simple class to check if strings have characters with diacritics (ie accents) and allows them to be easily replaced with their unaccented base parts. For example: calling removeAllAccents("è") will return a string of "e". This currently only supports germanic characters, a full list of diacritics and their mapped characters can be viewed in src/map.csv.