Before you configure your Projects in the Design Center you may have to prepare your workstation environment with respect to the fonts and code pages to be used, and to the language version of your operating system.
Whenever possible you should use the appropriate language version of the operating system. For example, always try to configure a Greek Project on a Greek operating system.
You must make sure all required fonts are available, as well as complex script support (e.g. for Arabic or Hebrew) if needed. Consult the Microsoft® Windows® documentation or your System Administrator for information on how to do this.
Code pages for the input can be specified as filters in filter chains that you add to the input connector. A code page can also be specified for the Event, either by using the scripting function
ConvCurrMsgToUC in a retrieved script, or by using lookup tables or script aliases. Code pages for the output are specified in the output connector configuration (Platform).


If you do not specify a code page for the input data, the StreamServer may fail to process the data correctly. However, if input data conforms to ISO 8859-1 (Latin 1) you do not have to specify a code page for the input. Similarly, if both the input and output data conforms to ISO 8859-1 you do not have to specify a code page for the output.
Plain text data that contains Arabic or Hebrew text in logical order is treated the same way as data that contains unidirectional left-to-right text. Arabic/Hebrew text in visual order must be reordered to logical order before the StreamServer processes the text. Output from the StreamServer can also be reordered from logical to visual order if required (e.g. Arabic text in PDF output). See
Bidirectional text.