charset
fun charset(charsetName: String): Charset
Returns a named charset with the given charsetName name.
Exceptions
UnsupportedCharsetException
- If the specified named charset is not available.
fun charset(charsetName: String): Charset
Returns a named charset with the given charsetName name.
UnsupportedCharsetException
- If the specified named charset is not available.