Skip to content

Releases: kylegendy/DeAccenter

alpha

29 Jul 03:03
Compare
Choose a tag to compare

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.