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=\"&#20320;&#22909;\" readonly=\"readonly\"&#20320;&#22909; value=\"&#20320;&#22909;\">"


Best,
Kenneth