Re: Unidecode - US-ASCII transliterations of Unicode text
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Unidecode - US-ASCII transliterations of Unicode text
- From: hisham.hm@...
- Date: 2007年8月30日 22:35:48 -0300
On 8/30/07, PA <petite.abeille@gmail.com> wrote:
> print( Unidecode( 'تهران' ) )
> > thrn
Strange it didn't transliterate the Alef into "a", making it "thran"...
-- Hisham