lua-users home
lua-l archive

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


Hi,

> You can, but it would not hurt to also be able to decode it
> afterwards up to the level of some known charset.
> So, yes, I'll also add Tcl-style charset conversion to/from UTF-8.

I don't think this should be up to a MIME library. Perhaps someone can
bind librecode... The support for headers with non-ASCII characters
doesn't have to know what is the charset. It can simply applie Base64 or
Quoted-Printable to binary data, as far as I can tell.

[]s,
Diego.