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

Re: Typing in password multiple times AND ampersands in mailbox names



Simon Josefsson <jas@pdc.kth.se> writes:

> Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com> writes:
> I know there exist Unicode patches for Emacs. I don't know how hard it
> would be to write a UTF7 library for it.

It depends on the interface to the Unicode library. If the interface
is raw 16 bit Unicode, it's trivial. UTF-8 is a little more work. In
fact, I wrote UTF-7 -> UTF-8 conversion in Elisp, but deleted the
files by mistake :-)

Jon