Add Number to Text transliteration

This commit is contained in:
Bustamam Harun 2001-02-22 19:15:04 +00:00
parent 84bc865982
commit cbbf9fc851

View file

@ -2,9 +2,9 @@
*
* $RCSfile: XTransliteration.idl,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: bustamam $ $Date: 2001-01-09 00:32:46 $
* last change: $Author: bustamam $ $Date: 2001-02-22 20:15:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -149,6 +149,13 @@ enum TransliterationModules
FULLWIDTH_HALFWIDTH = 4,
KATAKANA_HIRAGANA = 5,
HIRAGANA_KATAKANA = 6,
NumToTextLower_zh_CN = 7,
NumToTextUpper_zh_CN = 8,
NumToTextLower_zh_TW = 9,
NumToTextUpper_zh_TW = 10,
NumToTextFormalHangul_ko = 11,
NumToTextFormalLower_ko = 12,
NumToTextFormalUpper_ko = 13,
NON_IGNORE_MASK = 0x000000ff,
IGNORE_MASK = 0xffffff00,
IGNORE_CASE = 0x00000100,