Add coding tag. Fix 7-bit mangling.
This commit is contained in:
parent
45c477b462
commit
00ed1b100c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue