Â
FUNCTION xpfGetStringEncoding (stringEncodingName : STRING)
stringEncoding : INTEGER;
This function will map the given encoding name to a XPXCHAR encoding string.
Arguments
Type | Name | Comment |
STRING | stringEncodingName | Valid inputs: Â UTF-8 UTF-16 ISO-10646-UCS-2 ISO-10646-UCS-4 ISO-LATIN-1 ISO-LATIN-2 ISO-8859-3 ISO-8859-4 ISO-8859-5 ISO-8859-6 ISO-8859-7 ISO-8859-8 ISO-8859-9 ISO-2022-JP SHIFT_JIS EUC-JP |
Return Value
Â
Type | Name | Comment |
INTEGER | stringEncoding | XPXCHAR_ENCODING_UTF-8 XPXCHAR_ENCODING_UTF-16 XPXCHAR_ENCODING_ISO-10646-UCS-2 XPXCHAR_ENCODING_ISO-10646-UCS-4 XPXCHAR_ENCODING_ISO-LATIN-1 XPXCHAR_ENCODING_ISO-LATIN-2 XPXCHAR_ENCODING_ISO-8859-3 XPXCHAR_ENCODING_ISO-8859-4 XPXCHAR_ENCODING_ISO-8859-5 XPXCHAR_ENCODING_ISO-8859-6 XPXCHAR_ENCODING_ISO-8859-7 XPXCHAR_ENCODING_ISO-8859-8 XPXCHAR_ENCODING_ISO-8859-9 XPXCHAR_ENCODING_ISO-2022-JP XPXCHAR_ENCODING_SHIFT_JIS XPXCHAR_ENCODING_EUC-JP |
Options
Â
Example
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â