[Indic-computing-cvs-logs] cvs commit: src/translib/src translit_lib.c
Status: Alpha
Brought to you by:
jkoshy
From: Nagarajan K <k_n...@us...> - 2003-07-08 08:53:37
|
k_nagarajan 2003/07/08 01:53:36 PDT Modified files: translib/src translit_lib.c Log: Fixed a precedence problem in the function find_and_exec_translit_rule() in cases a token of a regexp is a LITERAL and its a substring of a member of a class (e.g 'a' is substring of 'aa' and there is a special rule for a subset of consonants followed by 'a') - this rule to be given precedence over general rule. Revision Changes Path 1.4 +20 -14 src/translib/src/translit_lib.c |