![]() | WA_ENCODEConstant Class |
Namespace: GeoEngine.Core.GXNetX
The WA_ENCODEConstant type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ANSI |
Current Ansi Code Page (Conversion from UTF-8 data, if an exisiting BOM header found with <define>WA_APPEND</define>,
encoding will switch to <define>WA_ENCODE_UTF8</define>)
|
![]() ![]() | RAW | Write all data without any conversion check |
![]() ![]() | UTF16_NOHEADER | UTF16 w.o. header (will assume UTF16 encoding if <define>WA_APPEND</define> is used) |
![]() ![]() | UTF8 | <define>UTF8</define> (If no exisiting BOM header found with <define>WA_APPEND</define>, encoding will switch to <define>WA_ENCODE_ANSI</define>) |
![]() ![]() | UTF8_NOHEADER | <define>UTF8</define> w.o. header (will assume <define>UTF8</define> encoding if <define>WA_APPEND</define> is used) |