STD.Uni.CleanAccents( source )
source | A string containing the data to clean. |
Return: | CleanAccents returns a UNICODE value. |
The CleanAccents function returns the source string with all accented characters replaced with unaccented.
Example:
UNICODE A := STD.Uni.CleanAccents(u'caf\u00E9'); //café - U+00E9 is lowercase e with acute //a contains 'cafe'