lua-users home
lua-l archive

[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( '([%z\1-\127\194-\244][\128-\191]*)' ) do
    print( aSequence, Unidecode( aSequence ) )
end

> ت      t
> ه       h
> ر       r
> ا       a
> ن       n