com.ibm.hats.common.DBCSSettings

For the com.ibm.hats.common.DBCSSettings class, there are three settings, autoConvertSBCStoDBCS, eliminateMaxlengthInIdeographic, and showUnprotectedSISOSpace.

  • Valid values for the autoConvertSDBCtoDBCS attribute are:
    true
    Automatically convert single byte characters to double byte characters for 3270 and 3270E G-type or 5250 G-type and J-type fields.
    false
    Do not automatically convert single byte characters to double byte characters for 3270 and 3270E G-type or 5250 G-type and J-type fields.
    The default is false. For more information, see Project settings editor.
  • Valid values for the eliminateMaxlengthInIdeographic attribute are:
    true
    If the enableAutoAdvance Runtime setting is true, then characters that exceed the maximum length of the DBCS field can be entered into the IME. Also, when the user selects the IME candidate for the field, the excess characters are cut and pasted into the next field.

    If the enableAutoAdvance Runtime setting is false, then characters that exceed the length of the DBCS field can be entered into the IME. However, when the user selects the IME candidate for the field, the excess characters are removed and not entered into any other field.

    false
    Characters that exceed the maximum length of the DBCS field cannot be entered into the IME.
    The default is false. For more information, see Project settings editor.
  • Valid values for the showUnprotectedSISOSpace attribute are:
    true
    Show any unprotected Shift In or Shift Out characters as a space.
    false
    Do not use a space to show unprotected Shift In or Shift Out characters.
    The default is true. For more information, see Project settings editor.