From 3479b75d6dd6fcadf7297a521a63fd770ae2a86c Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 8 Sep 2005 13:38:51 +0000 Subject: [PATCH] (www-ids-find-format-line): Encode UTF-8 characters in URL; don't use quoted-string for the value of charset in Content-Type field. --- www/www-ids-find.el | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/www/www-ids-find.el b/www/www-ids-find.el index 81fca1b..436454c 100644 --- a/www/www-ids-find.el +++ b/www/www-ids-find.el @@ -81,7 +81,13 @@ ) (t (insert "") (insert str) (insert "") @@ -171,7 +177,7 @@ '(=jis-x0208@1983 "J83-" 4 X) '(=daikanwa "M-" 5 d) coded-charset-entity-reference-alist)) - is) + ) (setq command-line-args-left (cdr command-line-args-left)) (cond ((stringp components) @@ -185,7 +191,7 @@ (t (setq components nil) )) - (princ "Content-Type: text/html; charset=\"UTF-8\" + (princ "Content-Type: text/html; charset=UTF-8 -- 1.7.10.4