ConvCurrMsgToUC(codepage, text_order);
codepage
A string (case sensitive) that specifies the code page used to encode input data.text_order
0 (logical order) or 1 (visual order).Specifies whether bidirectional input text is logically or visually ordered. Set this argument to 1 only if the input data contains visually ordered bidirectional text (Arabic or Hebrew).Converts the encoding of input data from the specified code page to UCS-2. You can use ConvCurrMsgToUC under the following conditions:
• The script is triggered as a Retrieved script.
• No code page is specified for the input connector. If you specify a code page for the input connector, ConvCurrMsgToUC will be ignored.
1 0 ConvCurrMsgToUC("ISO 8859-1", 0);
OpenText StreamServe 5.6 | Updated: 2013-03-01 |