lua-users home
lua-l archive

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


Hi

On Friday 04 February 2005 22:16, Diego Nehab wrote:
> But this has nothing to do with the encoding, right?
depends

> I would just get
> bytes and encode them using Quoted-Printable or Base64 with =? ?=
> delimiters. 
... plus making a note whether the bytes are UTF-8 or Latin-x or whatever.

> You can send in anything that makes any sense to you.
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.