lua-users home
lua-l archive

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


On Thu, Jun 9, 2011 at 8:32 AM, Peter Cawley <lua@corsix.org> wrote:
> if text is ASCII and uses codes between 128 and 255

ASCII is only 0-127

the other 128 codes are undefined, even if there are some 'codepages'
and such.  but they're not ASCII

-- 
Javier