;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Revision: 0.16 $
+;; Version: $Revision: 0.17 $
;; Keywords: encoded-word, MIME, multilingual, header, mail, news
;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
;;;
(defconst eword-encode-RCS-ID
- "$Id: eword-encode.el,v 0.16 1997-03-27 21:42:08 morioka Exp $")
+ "$Id: eword-encode.el,v 0.17 1997-06-18 14:26:30 morioka Exp $")
(defconst eword-encode-version (get-version-string eword-encode-RCS-ID))
;;;
(defun tm-eword::char-type (chr)
- (if (or (= chr 32)(= chr ?\t))
+ (if (or (= chr ? )(= chr ?\t))
nil
(char-charset chr)
))
(setq ret (tm-eword::encode-string-1 2 rwl))
(setq str (car ret))
))
- (cond ((eq special 32)
+ (cond ((eq special ? )
(if (string= str "(")
(setq ps t)
(setq dest (concat dest " "))
)
)))
(cond ((string= str " ")
- (setq special 32)
+ (setq special ? )
)
((string= str "(")
(setq special ?\()