Add coding tag. Fix 7-bit mangling.

This commit is contained in:
Dave Love 2000-10-02 20:34:25 +00:00
parent 45c477b462
commit 00ed1b100c

View file

@ -1,4 +1,4 @@
\input texinfo @c -*-texinfo-*-
\input texinfo @c -*-mode: texinfo; coding: latin-1 -*-
@setfilename ../info/emacs-mime
@settitle Emacs MIME Manual
@ -248,7 +248,7 @@ Encode the words that need encoding in a string, and return the result.
@example
(mail-encode-encoded-word-string
"This is nave, baby")
"This is naïve, baby")
@result{} "This is =?iso-8859-1?q?na=EFve,?= baby"
@end example
@ -263,7 +263,7 @@ Decode the encoded words in the string and return the result.
@example
(mail-decode-encoded-word-string
"This is =?iso-8859-1?q?na=EFve,?= baby")
@result{} "This is nave, baby"
@result{} "This is naïve, baby"
@end example
@end table