Charsets

expect object Charsets
actual object Charsets
actual object Charsets
actual typealias Charsets = kotlin.text.Charsets
actual object Charsets
actual object Charsets

Properties

Link copied to clipboard
expect val ISO_8859_1: Charset
actual val ISO_8859_1: Charset
actual val ISO_8859_1: Charset
actual val ISO_8859_1: Charset
actual val ISO_8859_1: Charset
Link copied to clipboard
expect val UTF_8: Charset
actual val UTF_8: Charset
actual val UTF_8: Charset
actual val UTF_8: Charset
actual val UTF_8: Charset

Functions

Link copied to clipboard
expect fun Charsets.forName(name: String): Charset

Find a charset by name.

actual fun Charsets.forName(name: String): Charset

Find a charset by name.

actual fun Charsets.forName(name: String): Charset

Find a charset by name.

Link copied to clipboard
expect fun Charsets.isSupported(name: String): Boolean

Check if a charset is supported by the current platform.

actual fun Charsets.isSupported(name: String): Boolean

Check if a charset is supported by the current platform.

actual fun Charsets.isSupported(name: String): Boolean

Check if a charset is supported by the current platform.