ankushg
08/08/2018, 11:41 PMactual fun normalize(input: String): String {
return js("(typeof ''.normalize === 'function') ? input.normalize() : input") as String
}
Alternatively, is there a ticket for a Kotlin standard library version of java.text.Normalizer
that I can/should pile onto?