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=\"你好\">"
Best,
Kenneth