This commit was generated by cvs2svn to compensate for changes in r542,
[elisp/tm.git] / doc / tm-ew-d=en.texi
1 @c $Id: tm-ew-d=en.texi,v 2.0 1995/12/17 16:15:57 morioka Exp $
2
3 @node encoded-word decoding, article-buffer, function to preview, Functions of tm-view
4 @comment  node-name,  next,  previous,  up
5 @subsection encoded-word decoding
6 @cindex encoded-word
7 @cindex non-ASCII field
8 @cindex message header
9
10 tm-view can decode encoded-word defined in RFC 1522.
11
12
13 @deffn{Command} mime/decode-message-header
14
15 It decodes encoded-words in message header of current buffer.
16 @end deffn
17
18
19 @deffn{Command} mime-eword/decode-region beg end &optional unfolding
20
21 It decodes encoded-words in region @var{beg} to @var{end}.
22
23 If @var{unfolding} is non-nil, folded fields are unfolded.
24 @end deffn
25
26
27 @deffn{Function} mime-eword/decode-string str
28
29 It decodes encoded-words in @var{str}.
30
31 Folded string is unfolded.
32 @end deffn