in reply to Unicode Transliteration

I don't know if you're tied to ICU, but I've had good experience with Text::Unidecode, which turns Unicode strings (back to) Roman text data.

Replies are listed 'Best First'.
Re^2: Unicode Transliteration
by philkime (Beadle) on Mar 24, 2016 at 20:09 UTC
    Thanks for the recommendation but I should have said that I need conversion between strict standards-based scripts like IAST and Devenagari and that module just (quite well apparently) lets you do a helpful ASCII transliteration. Specifically, I need to be able to do things like IAST Sanskrit -> Devanagari as this is the way to collate such languages.