Re: Unicode I/O

2011-01-22 Thread Ludovic Courtès
Hello! l...@gnu.org (Ludovic Courtès) writes: > I’ve just pushed a ‘wip-iconv’ branch, which currently changes ports to > use ‘iconv’ for input. Remaining tasks include doing it for output, and > finding a solution for ‘scm_{to,from}_stringn’ so that it behaves in the > same way wrt. to escapes

Re: PEG Parser

2011-01-22 Thread Ludovic Courtès
Hello! Noah Lavine writes: >> “./check-guile --coverage peg.test” can be used to measure code >> coverage, normally. > > I tried running that, but what all I got was this output: > > Running peg.test > > Totals for this test run: > passes: 21 > failures: 0 > unexpec

Re: documentation for (web ...)

2011-01-22 Thread Andy Wingo
Greets, On Sat 22 Jan 2011 00:05, Neil Jerram writes: -- Function: uri-decode str [#:charset] Percent-decode the given STR, according to CHARSET. > > I'm still not completely sure here. What if STR contains normal > characters as well as possible %XX sequences. If I call uri-de