lua-users home
lua-l archive

Re: Unidecode - US-ASCII transliterations of Unicode text

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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

AltStyle によって変換されたページ (->オリジナル) /