chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Re: srfi-19 egg w/ Brazilian Portuguese


From: Kon Lovett
Subject: [Chicken-users] Re: srfi-19 egg w/ Brazilian Portuguese
Date: Wed, 6 Sep 2006 01:02:51 -0700

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Mario,

Fixed. The problem was in srfi-29. However, you will also need the latest srfi-19. It was an issue w/ the handling of locale-details (which were supposed to be ignored, but weren't - now it will work reasonably even if there are such things).

$ LANG=pt_BR csi -n

  ___| |    _)      |
|     __ \  |  __| |  /  _ \ __ \
|     | | | | (      <   __/ |   |
\____|_| |_|_|\___|_|\_\\___|_|  _|

Version 2, Build 429 - macosx-unix-gnu-ppc - [ libffi dload ptables applyhook ]
(c)2000-2006 Felix L. Winkelmann
#;1> (use srfi-19)
; loading /usr/local/lib/chicken/1/srfi-19.so ...
; loading /usr/local/lib/chicken/1/vector-lib.so ...
; loading /usr/local/lib/chicken/1/locale.so ...
; loading /usr/local/lib/chicken/1/locale-posix.so ...
; loading /usr/local/lib/chicken/1/locale-categories.so ...
; loading /usr/local/lib/chicken/1/locale-components.so ...
; loading /usr/local/lib/chicken/1/locale-parameters.so ...
; loading /usr/local/lib/chicken/1/srfi-29.so ...
; loading /usr/local/lib/chicken/1/lookup-table.so ...
; loading /usr/local/lib/chicken/1/numbers-base.so ...
#;2> (current-locale-components)
((name . "pt_BR") (source . "POSIX") (language . "pt") (region . "BR"))
#;3> (date->string (current-date) "~a")
"Qua"
#;4> (date->string (current-date))
"Qua Set 06 07:59:40Z 2006"
#;5>

Sorry about that. The srfi-29 test now looks for this.

Best Wishes,
Kon




-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (Darwin)

iEYEARECAAYFAkT+gKwACgkQJJNoeGe+5O55GwCeNT+aQ/Th6SpGkLqTUsDNWkM0
HsUAnjX5/HRHKxR7fklkUX0ZgUwsXG6F
=xA5b
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]