Hello folks,

On Tue, Jun 16, 2009 at 9:54 AM, kamleong_lai<kamleong_lai@...> wrote:

> Those are tools for converting text from one transliteration scheme to
> another. It is rather easy to implement with a mapping table and some simple
> rules for the conversion. (In fact, I have also developed one for
> transliteration between devanagari to the romanized characters using
> javascript)

And here's one in Python that I wrote:

http://github.com/amundo/palihack/blob/eef9871f87fd336cbfa63044c6b6184f1c5f08cd/velthuis.py

No claims to efficiency, but it seems to work.

Metta,
-Pat