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: PA <petite.abeille@...>
- Date: Sat, 1 Sep 2007 14:53:54 +0200
On Aug 31, 2007, at 03:35, hisham.hm@gmail.com wrote:
Strange it didn't transliterate the Alef into "a", making it "thran"...
Thanks... I updated the relevant transliteration table...
for aSequence in ( 'تهران' ):gfind(
'([%z1円-127円194円-244円][128円-191円]*)' ) do
print( aSequence, Unidecode( aSequence ) )
end
> ت t
> ه h
> ر r
> ا a
> ن n