Re: Community service

2012-05-04 Thread Nala Ginrut
Hi there! I believe this is meaningful for my Ragnarok project. Though it's a multi-protocols generic server, it contains HTTP, and provides Guile-template naturally. If I released a stable version someday (maybe few months later), I'll start a new project of web-framework just like Guile-on-Rails

Re: Problem with guile on Dragora

2012-05-04 Thread Ludovic Courtès
Hello! "Germán A. Arias" skribis: > Hi, I'm testing guile 2.0.5 in a new system (www.dragora.org). The > compilation seems OK. But when I run guile I get: > > bash-4.2$ guile > Backtrace: > In ice-9/boot-9.scm: > 149: 2 [catch #t # ...] > 157: 1 [#] > In unknown file: >?: 0 [catch-closure]

Re: I'm looking for a method of converting a string's character encoding

2012-05-04 Thread Ludovic Courtès
Hi, Sunjoong Lee skribis: > I'm looking for a method of converting a string's character encoding from a > certain codeset to utf-8. I know the string of Guile uses utf-8 and (read > (open-bytevector-input-port (string->utf8 "hello"))) returns "hello" . But > what if the string "hello" be encoded

Re: I'm looking for a method of converting a string's character encoding

2012-05-04 Thread Ludovic Courtès
Hi, Daniel Krueger skribis: > The only thing I'm not sure about is whether guile supports encoding a > string (into a bytevector) in some other format than UTF-8 It does, by virtue of mixed binary/textual ports (see my previous message.) Thanks, Ludo’.

Re: Problem with guile on Dragora

2012-05-04 Thread Sunjoong Lee
Hi, Germán; 2012/5/4 Ludovic Courtès > Could you apply this patch and confirm? Alternatively, you can try a > tarball from . > When checking the new patched version of Guile, there is "check-guile" script in root of Guile source director