foldToASCII

fun foldToASCII(input: CharArray, length: Int)

Converts characters above ASCII to their ASCII equivalents. For example, accents are removed from accented characters.

Parameters

input

The string to fold

length

The number of characters in the input string