Kejia柯嘉 <w.ke...@gmail.com> writes:
> no error message, it just restored to several '?'. thank you.

It sounds like your locale has not been set.  The locale is set
automatically during an interactive Guile session, but within a script
you must manually set it using (setlocale LC_ALL "").

     Mark

>
> 在 2012年11月1日星期四,nalaginrut 写道:
>
>     On Thu, 2012-11-01 at 20:03 -0400, Kejia柯嘉 wrote:
>     > hi all,
>     >
>     > in an html textarea, i input some chinese text, and receive the
>     text from
>     > the http request body. i tried to use uri-decode to restore the
>     text, but
>     > failed:
>     > (display (uri-decode "%E5%B0%8F"))
>     >
>     
>     It's OK in my system.
>     --------------cut---------------
>     scheme@(guile-user)> (display (uri-decode "%E5%B0%8F"))
>     小scheme@(guile-user)>
>     --------------end---------------

Reply via email to