[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: UTF-8 [was Re: LuaSocket http ftp smpt...]
- From: Diego Nehab <diego@...>
- Date: Sat, 5 Feb 2005 23:13:54 -0500 (EST)
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.