How can I string encoding to UTF-7.

Alex Martelli aleaxit at yahoo.com
Fri Oct 20 04:35:06 EDT 2000


"junwon,Seo" <linuxqna at chollian.net> wrote in message
news:8so8qc$her$1 at news2.kornet.net...
> I have to string encoding/decoding to UTF-7.
> Because, In IMAP protocol, Mailbox name is encoded UTF-7 string.
>
> Python have a UTF-7 module?

Hmmm -- doesn't seem among the built-in codecs, offhand (UTF-8,
UTF-16 in several variants, latin-1, mbcs, ascii, ..., but no
UTF-7).  Anybody knows where additional Python 2 codecs may be
located, perchance...?


Alex






More information about the Python-list mailing list