
31 Jul
2012
31 Jul
'12
2:05 a.m.
Kenneth Yan <yanxiaoguang@gmail.com> writes:
Dear all,
Please pay attention to the issue below.
(with-html-output-to-string (*standard-output* nil :prologue nil) (:input :type "text" :name (escape-string "你好") :readonly "readonly" :value (esc "你好")))
"<input type=\"text\" name=\"你好\" readonly=\"readonly\"你好 value=\"你好\">" Try escape-string instead.
-- With best regards, Stas.