Enum XfaTextEncoding

Namespace TallComponents.PDF.Forms.Fields

The encoding of text content in the referenced document.

Fields


None
No special encoding is specified.

BigFive
The characters are encoded using Traditional Chinese (Big-Five).

FontSpecific
The characters are encoded in a font-specific way.

Gbk
The characters are encoded using the GBK extension to GB-2312.

Gb18030
The characters are encoded using Simplified Chinese [GB18030].

Gb2312
The characters are encoded using Simplified Chinese [GB2312].

Iso88591
The characters are encoded as specified by ISO-8859 [ISO-8859] part 1.

Iso88592
The characters are encoded as specified by ISO-8859 [ISO-8859] part 2.

Ksc5601
The characters are encoded using the Code for Information Interchange (Hangul and Hanja) [KSC5601].

ShiftJis
The characters are encoded using JIS X 0208, more commonly known as Shift-JIS [Shift-JIS].

Ucs2
The characters are encoded using Unicode code points as defined by [Unicode-3.2], and UCS-2 serialization as defined by ISO/IEC 10646 [ISO-10646].

Utf16
The characters are encoded using Unicode code points as defined by [Unicode-3.2], and UTF-16 serialization as defined by ISO/IEC 10646 [ISO-10646].

Utf8
The characters are encoded using Unicode code points as defined by [Unicode-3.2], and UTF-8 serialization as defined by ISO/IEC 10646 [ISO-10646].