Working with Eastern European data I often encounter these special characters (ex: Brașov) that I want to get rid of.
Problem is that I do not want to simply remove the characters but replace them with the equivalent (Brașov must be changed in Brasov).
A simple way to do it is using a formula: DecomposeUnicodeForMatch. It will do the job. The complete formula is:
TitleCase(DecomposeUnicodeForMatch("Brașov")