fix multibyteness problem.
authorakr <akr>
Mon, 24 May 1999 15:29:50 +0000 (15:29 +0000)
committerakr <akr>
Mon, 24 May 1999 15:29:50 +0000 (15:29 +0000)
TESTPAT-FLIM

index 4526fb0..649ddca 100644 (file)
@@ -21,7 +21,7 @@
       (goto-char (point-min))
       (std11-narrow-to-header mail-header-separator)
       (std11-field-end)
-      (std11-unfold-string (buffer-substring (point-min) (point))))))
+      (string-as-multibyte (lf-to-crlf (std11-unfold-string (buffer-substring (point-min) (point))))))))
 
 (defun encode-flim (src &rest opts)
   (setq src (crlf-to-lf src))