//ERDDAP/com.cohort.util/ScriptString2/toIso88591Chars
toIso88591Chars
[JVM]
open fun toIso88591Chars(car: Array<Char>): Array<Char>
This converts the chars to ISO-8859-1 (ISO_8859_1) chars. This converts any char in 127-159 and >255 into '?'.
Return
car for convenience.
Parameters
JVM
car[] | the char[] to be converted |