lua-users home
lua-l archive

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


> Is there any reason that the built-in format() command doesn't reproduce the
> non-printable characters in their printable forms: \001 and \002 ?

Yes. Most localles treat "accented" letters (such as á, é, ç, etc.) as non-printable.
As Portuguese uses lots of those letters, we prefer to print them without coding them.

-- Roberto