Skip to content

alpha

Latest
Compare
Choose a tag to compare
@kylegendy kylegendy released this 29 Jul 03:03
· 7 commits to main since this release

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.