bidiConversionTable

The bidiConversionTable build descriptor option identifies a bidirectional conversion table, which is needed to handle literals that contain Arabic or Hebrew characters. Set this option in the following cases:
  • You generate a COBOL program that contains those literals; or
  • You generate Java code that requires those literals to be in visual rather than logical order, as is the case when the code accesses files or databases that store those literals in visual order.

For more information, see Working with bidirectional data.