The sysLib.convertBidi() system function converts a text string in a bidirectional (bidi) language such as Arabic or Hebrew from logical order to visual order or vice versa, using a specified conversion table. This conversion occurs at run time; to convert bidirectional text at generation time, see "Bidirectional language text" in the EGL Generation Guide. That topic also lists the appropriate conversion tables to use with this function.
This function can convert text on iSeries® and zSeries®, and for applications using Text User Interface.
sysLib.convertBidi( text anyTextType inOut direction ConvertDirection in, bidiConversionTable STRING in)
Platform | Issue |
---|---|
JavaScript generation | The function strLib.convertBidi() is not supported. |