Charsets

object Charsets
class Object
trait Matchable
class Any

Value members

Concrete fields

val ISO_8859_1: Charset

ISO-8859-1: ISO Latin Alphabet Number 1 (ISO-LATIN-1).

ISO-8859-1: ISO Latin Alphabet Number 1 (ISO-LATIN-1).

val US_ASCII: Charset

US-ASCII: seven-bit ASCII, the Basic Latin block of the Unicode character set (ISO646-US).

US-ASCII: seven-bit ASCII, the Basic Latin block of the Unicode character set (ISO646-US).

val UTF_16: Charset

UTF-16: sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order-mark.

UTF-16: sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order-mark.

val UTF_16BE: Charset

UTF-16BE: sixteen-bit UCS Transformation Format, big-endian byte order.

UTF-16BE: sixteen-bit UCS Transformation Format, big-endian byte order.

val UTF_16LE: Charset

UTF-16LE: sixteen-bit UCS Transformation Format, little-endian byte order.

UTF-16LE: sixteen-bit UCS Transformation Format, little-endian byte order.

val UTF_8: Charset

UTF-8: eight-bit UCS Transformation Format.

UTF-8: eight-bit UCS Transformation Format.