Re: how to decode uri containing non-ascii characters?

2012-11-02 Thread Kejia
hi balafonrut, no error message, it just restored to several '?'. thank you. 在 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 > >

how to decode uri containing non-ascii characters?

2012-11-01 Thread Kejia
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")) any suggestions? thanks a lot for your helps. kejia ☵☯☲

Re: escaping characters

2012-11-01 Thread Kejia
hi all, for an example, when a program reads in a latex source, is there an escape function that can rewrite all `\' to `\\', `"' to `\"', and so on? thank you. kejia ☵☯☲ 2012/10/31 Ludovic Courtès : > Hi, > > Kejia柯嘉 skribis: > >> is th

where is the web directory?

2012-10-31 Thread Kejia
hi, if i use the default web server of guile, where should i put static html documents? thank you. --- kejia ☵☯☲

escaping characters

2012-10-31 Thread Kejia
hi, is there a function that can escape of a string every character which is an escape character? thanks a lot. --- kejia ☵☯☲

can `call-with-output-file' specify access mode?

2012-10-29 Thread Kejia
for example, `append' mode string. now I just use `open-file' to specify the append operation. and, I use `display' procedure to output a big string to a file. is that a standard way? should I use string port for this purpose? -- Kejia ☵☯☲