W3cubDocs

/Kotlin

charset

Platform and version requirements: JVM (1.0)
fun charset(charsetName: String): Charset

Returns a named charset with the given charsetName name.

Exceptions

UnsupportedCharsetException - If the specified named charset is not available.

© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/charset.html