k_nagarajan 2003/04/30 03:38:05 PDT
Modified files:
translib/src translit_lib.c
Log:
Added functionality to take utf8 input and map it to phonetic input and then
apply the regular transliteration rules
New API(s) :
translit_init_for_utf8()
New internal functions are :
strtohex()
utf8_string_to_binary()
utf8_to_ucs2()
ucs2_to_utf8()
process_utf8mapping()
process_utf8mapfile()
match_longest_ucs2stream()
map_utf8_to_phonetic_word()
Other APIs and functions such as translit(), translit_word() have been suitably
enhanced to take care of utf8 input
Revision Changes Path
1.2 +587 -8 src/translib/src/translit_lib.c
|