Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration InputEncoding

Reperesents the types of input encoding which may be used by a string.

Index

Enumeration members

Enumeration members

ASCII

ASCII: = "ascii"

ASCII, without UTF-8 extensions.

LATIN1

LATIN1: = "latin1"

Latin 1, as specified in ISO-8859-1

UTF8

UTF8: = "utf8"

UTF-8, the default encoding

Generated using TypeDoc