Browse by Tags

All Tags » C# (RSS)
Sorry, but there are no more tags available to filter with.

Removing diacritics (accents) from strings by Harmjan

It's often useful to remove diacritic marks (often called accent marks) from characters. You know: tilde , cédille , umlaut and friends. This means 'é' becomes 'e', 'ü' becomes 'u' or 'à' becomes 'a'...
Filed under: