On 8/3/07, ಓಂ <[EMAIL PROTECTED]> wrote: > Padma plugin is good to convert (transliterate) from ISCII to Unicode > any given language.. > I already tried reading Gujarat Samaa4. I can understand few > alphabets in their script... > > what I want is to convert (transliterate) from devnagari unicode to > Gujarati Unicode OR > from Kannada Unicode to Telugu Unicode > > Please elaborate (if &) how this could be done. >
there are different modules in it which do conversion. a sample would be ISCII to Unicode.. this can be adapted to convert say from Gujarati codes to Devanagari codes.. actually in most cases it 95% of conversion could do by simply subtracting/adding 128*n - where n is distance from devanagari page. see http://www.unicode.org/charts/ so just shifting the codes does 95% of the work, for some characters & combinations you would need to treat specially. Karunakar
-- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([email protected]) List Information: http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
