1998-10-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ * mime-en.sgml, mime-ja.sgml (Header encoder/decoder): Add
+ description about `eword-field-encoding-method-alist'.
+
+ * mime-en.sgml (Header encoder/decoder): Modify description about
+ `eword-encode-header'.
+
+ * mime-ja.sgml (Header encoder/decoder): Translate.
+
+1998-10-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
* mime-en.sgml (entity formatting): Fix typo in description of
`default-mime-charset'.
@end defun
+@defvar eword-field-encoding-method-alist
+
+Association list to specify field encoding method. Each element looks
+like (FIELD . METHOD).@refill
+
+If METHOD is @code{mime}, the FIELD will be encoded into MIME format
+(encoded-word).@refill
+
+If METHOD is @code{nil}, the FIELD will not be encoded.@refill
+
+If METHOD is a MIME charset, the FIELD will be encoded as the charset
+when it must be convert into network-code.@refill
+
+Otherwise the FIELD will be encoded as variable
+@code{default-mime-charset} when it must be convert into network-code.
+@end defvar
+
+
@node custom, Appendix, encoded-word, Top
@chapter \e$B0lHL@_Dj\e(B