OutputEncoding
By default, IDOL Server converts the text that the action returns to UTF-8. To convert the output text to another encoding, add the OutputEncoding
parameter to your action.
Click a language to display the available encodings. Alternatively, if you know the standard encoding, you can use the second table to find the IDOL encoding name for this parameter. For each language, you can also set the Encodings
parameters to UTF8
or UCS2
.
If you know the standard encoding, you can use the following table to find the IDOL encoding name for this parameter.
Encoding | Encoding parameter to use |
---|---|
Big-5
|
CHINESETRADITIONAL
|
EUC
|
EUC
|
gb2312
|
CHINESESIMPLIFIED
|
iso-8859-2
|
EASTERNEUROPEAN_ISO
|
iso-8859-4
|
NORTHERNEUROPEAN_ISO
|
iso-8859-5
|
CYRILLIC_ISO
|
iso-8859-6
|
ARABIC_ISO
|
iso-8859-7
|
GREEK_ISO
|
iso-8859-8
|
HEBREW_ISO
|
iso-8859-9
|
TURKISH
|
iso-8859-11
|
THAI
|
JIS
|
JIS
|
KOI8-R
|
CYRILLIC_KOI8
|
KS C 5601-1987
|
KOREAN
|
KS C 5601-1992
|
KOREAN
|
Shift-JIS
|
SHIFTJIS
|
UTF-8
|
UTF8
|
windows-CP1250
|
EASTERNEUROPEAN
|
windows-CP1251
|
CYRILLIC
|
windows-CP1252
|
ASCII
|
windows-CP1253
|
GREEK
|
windows-CP1254
|
TURKISH
|
windows-CP1255
|
HEBREW
|
windows-CP1256
|
ARABIC
|
windows-CP1257
|
NORTHERNEUROPEAN
|
windows-CP1258
|
VIETNAMESE
|
windows-CP874
|
THAI
|
Actions: | AgentAdd
AgentCopy AgentDelete AgentEdit AgentGetResults AgentRead AgentRetrain |
Type: | String |
Default: | UTF8 |
Example: | OutputEncoding=ASCII
|
See Also: |