Nuutti Kotivuori writes: >> Anyone know how to insert the U+2018 and U+2019 characters in emacs? > > Assuming MULE-UCS - insert-ucs-character. #x2018 works in XEmacs, > ?\x2018 in Emacs, I believe - the function takes a simple number from > the minibuffer as input. However, the documentation is in MULE-UCS > package, you can refer to it there. So œôòøthisœôòù should look nice to everyone that manages UTF-8? It looks nice to me, with a vanilla Emacs 21 and vanilla RedHat fonts. Err, Gnus won't let me post this mail. QP encoding fails. It seems to think the (emacs) character set for this buffer should be `eight-bit-control' instead of `mule-unicode-0100-24ff'. Doesn't Gnus handle the Unicode stuff in Emacs 21? Debugger entered--Lisp error: (error "Multibyte character in QP encoding region") signal(error ("Multibyte character in QP encoding region")) error("Multibyte character in QP encoding region") quoted-printable-encode-region(1 666 t) mm-encode-content-transfer-encoding(quoted-printable "text/plain") mm-body-encoding(eight-bit-control nil) mml-generate-mime-1(... mml-generate-mime-1(... mml-generate-mime() message-encode-message-body() message-send-mail(nil) message-send-via-mail(nil) message-send(nil) message-send-and-exit(nil) call-interactively(message-send-and-exit) (I'm manually forcing this mail to be sent anyway, if you edit the charset=eight-bit-control into charset=utf-8 maybe it works.)