[cl-who-devel] The problem with "esc"

Kenneth Yan yanxiaoguang at gmail.com
Wed Aug 1 00:56:40 UTC 2012


Of course, escape-string always works. But this is not my point. Since
"esc" is the shortcut of "escape-string", hope "esc" will be better.

Best,
Kenneth


On Tue, Jul 31, 2012 at 10:05 AM, Stas Boukarev <stassats at gmail.com> wrote:

> Kenneth Yan <yanxiaoguang at 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.
>
> _______________________________________________
> cl-who-devel site list
> cl-who-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/cl-who-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cl-who-devel/attachments/20120801/bf8bd2a7/attachment.html>


More information about the Cl-who-devel mailing list