unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* survey: string external representation
@ 2012-01-26  8:00 Thien-Thi Nguyen
  2012-01-26  8:38 ` Andy Wingo
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Thien-Thi Nguyen @ 2012-01-26  8:00 UTC (permalink / raw)
  To: guile-user

[-- Attachment #1: Type: text/plain, Size: 165 bytes --]

I am looking to improve ‘(database postgres-qcons) sql-quote’
robustness in the face of diverse Guile behaviors.

Here is string-xrep.scm in its entirety:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: string-xrep.scm --]
[-- Type: text/x-scheme, Size: 250 bytes --]


(display (version))
(newline)
(for-each (lambda (n)
            (simple-format #t "~S\t~S\t~S~%"
                           n
                           (integer->char n)
                           (string (integer->char n))))
          (iota 256))

[-- Attachment #3: Type: text/plain, Size: 333 bytes --]


Attached below are the output of runs w/ Guile 1.4.1.124
and 1.8.7, respectively, made by command:

 guile -s string-xrep.scm > string-xrep-VERSION.out

in a ‘LANG=it_IT.UTF-8’ environment.  Could people who run
other Guile versions and/or other environments please run
the program and post the output, too?  Thanks!


[-- Attachment #4: string-xrep-1.4.1.124.out --]
[-- Type: application/octet-stream, Size: 3290 bytes --]

[-- Attachment #5: string-xrep-1.8.7.out --]
[-- Type: application/octet-stream, Size: 3444 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-02-07  9:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-26  8:00 survey: string external representation Thien-Thi Nguyen
2012-01-26  8:38 ` Andy Wingo
2012-01-26 14:11 ` Mike Gran
2012-01-27 10:27 ` Thien-Thi Nguyen
2012-02-05  9:32   ` Thien-Thi Nguyen
2012-02-07  8:58     ` Andy Wingo
2012-02-07  9:52     ` David Pirotte
2012-01-27 15:32 ` David Pirotte

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).