transliteration in Python

Oleg Broytmann phd at phd.pp.ru
Fri Jan 4 08:44:01 EST 2002


On Fri, Jan 04, 2002 at 10:06:03AM -0800, Giorgi Lekishvili wrote:
> I am sorry to say this, but I was pretty confused exploring the
> encodings folder  in the Python21 distribution.
> 
> Can someone smarter than me explain the common syntax of transliteration
> of one encoding to another?

   You have to do it yourself.

> Suppose we have string sl="shchi" and want to recode it in "KOIR-8". How
> can this be achieved?

   If koi8-r is all you need I can send you neccessary code and data.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.




More information about the Python-list mailing list