charset

inline fun charset(charsetName: String): Charset(source)

Returns a named charset with the given charsetName name.

Since Kotlin

1.0

Throws

If the specified named charset is not available.