====== ReplaceSpecialChars ====== The ReplaceSpecialChars mapping function replaces German umlauts and certain accented characters. The second optional parameter can be used to remove non-7-bit characters. ==== Syntax: ==== ReplaceSpecialChars('String', 'bool') ==== Sample: ==== ReplaceSpecialChars('Umsätze_März.csv') returns Umsaetze_Maerz.csv