as nil when calling `string-match'.
+1998-04-03 Tanaka Akira <akr@jaist.ac.jp>
+
+ * eword-decode.el (eword-analyze-atom): Set enable-multibyte-characters
+ as nil when calling `string-match'.
+
1998-03-23 Tanaka Akira <akr@jaist.ac.jp>
* eword-decode.el (eword-decode-header): Set default-mime-charset when
(cons (cons 'atom (car decoded)) (cdr decoded)))))
(defun eword-analyze-atom (string &optional must-unfold)
- (if (string-match std11-atom-regexp string)
+ (if (let ((enable-multibyte-characters nil))
+ (string-match std11-atom-regexp string))
(let ((end (match-end 0)))
(if (and eword-decode-sticked-encoded-word
(string-match eword-encoded-word-in-phrase-regexp