A transliteration module is ONE_TO_ONE if and only if it's
mapping between characters is one to one like a-z to A-Z.
Transliteration modules of this type can be used as choice in
regular expressions based search/replace.
A transliteration module can have attribute NUMERIC if it
tranliterates numbers in different languages like chinese
numbers to arabic numbers and vice versa. This mapping need not
be one to one, it should be primarily used by number formatting
and parsing methods.
A transliteration module is ONE_TO_ONE if and only if it's
mapping between characters is one to one like a-z to A-Z.
Transliteration modules of this type can be used as choice in
regular expressions based search/replace.
A transliteration module can have attribute NUMERIC if it
tranliterates numbers in different languages like chinese
numbers to arabic numbers and vice versa. This mapping need not
be one to one, it should be primarily used by number formatting
and parsing methods.