|
From: | Kejia柯嘉 |
Subject: | Re: how to decode uri containing non-ascii characters? |
Date: | Fri, 2 Nov 2012 08:43:53 -0400 |
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---------------
Can you show the error message?
> any suggestions?
>
> thanks a lot for your helps.
>
> kejia
>
> ☵☯☲
[Prev in Thread] | Current Thread | [Next in Thread] |