Text conversion options to be used with XTextConversion. More...
| Variables | |
| const long | NONE = 0 | 
| No option. | |
| const long | CHARACTER_BY_CHARACTER = 1 | 
| Character by character conversion. | |
| const long | IGNORE_POST_POSITIONAL_WORD = 2 | 
| Ignore post-positional word for Hangul to Hanja conversion. | |
| const long | USE_CHARACTER_VARIANTS = 2 | 
| Use Taiwan, HongKong SAR, and Macao SAR character variants for Simplified to Traditional Chinese conversion. | |
Text conversion options to be used with XTextConversion.
These text conversion options are usually selected by end users. The options can be combined and may be related to TextConversionType.
| const long CHARACTER_BY_CHARACTER = 1 | 
Character by character conversion.
| const long IGNORE_POST_POSITIONAL_WORD = 2 | 
Ignore post-positional word for Hangul to Hanja conversion.
| const long NONE = 0 | 
No option.
| const long USE_CHARACTER_VARIANTS = 2 | 
Use Taiwan, HongKong SAR, and Macao SAR character variants for Simplified to Traditional Chinese conversion.