bug-guile
[Top][All Lists]
Advanced

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

spanish locale numeric format


From: Victor Morilla
Subject: spanish locale numeric format
Date: Tue, 7 Sep 2004 23:33:33 +0200 (CEST)

format is not working with spanish locale: spanish
decimal character is comma

guile> (use-modules (ice-9 format))
guile> (setlocale LC_NUMERIC "address@hidden")
"address@hidden"
guile> (format #f "~f" 2.0)
"2.0"

### should return "2,0"


guile> (version)
"1.6.4"




                
______________________________________________
Renovamos el Correo Yahoo!: ¡100 MB GRATIS!
Nuevos servicios, más seguridad
http://correo.yahoo.es




reply via email to

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