object Charsets
Constant definitions for the standard charsets. These charsets are guaranteed to be available on every implementation of the Java platform.
ISO Latin Alphabet No. 1, a.k.a. ISO-LATIN-1.
val ISO_8859_1: Charset
Seven-bit ASCII, a.k.a. ISO646-US, a.k.a. the Basic Latin block of the Unicode character set.
val US_ASCII: Charset
Sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order mark.
val UTF_16: Charset
Sixteen-bit UCS Transformation Format, big-endian byte order.
val UTF_16BE: Charset
Sixteen-bit UCS Transformation Format, little-endian byte order.
val UTF_16LE: Charset
32-bit Unicode (or UCS) Transformation Format, byte order identified by an optional byte-order mark
val UTF_32: Charset
32-bit Unicode (or UCS) Transformation Format, big-endian byte order.
val UTF_32BE: Charset
32-bit Unicode (or UCS) Transformation Format, little-endian byte order.
val UTF_32LE: Charset
Eight-bit UCS Transformation Format.
val UTF_8: Charset
© 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/-charsets/index.html