normalize

open fun normalize(s: String): String

Normalized a string by converting all diacriticals to plain text.

This only works with simple diacritical characters (eg. ß will not work).

Return

normalized string

Parameters

s

the string to be normalized