unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* spanish locale numeric format
@ 2004-09-07 21:33 Victor Morilla
  2004-09-08 22:28 ` Kevin Ryde
  0 siblings, 1 reply; 2+ messages in thread
From: Victor Morilla @ 2004-09-07 21:33 UTC (permalink / raw)


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

guile> (use-modules (ice-9 format))
guile> (setlocale LC_NUMERIC "es_ES@euro")
"es_ES@euro"
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


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


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

* Re: spanish locale numeric format
  2004-09-07 21:33 spanish locale numeric format Victor Morilla
@ 2004-09-08 22:28 ` Kevin Ryde
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Ryde @ 2004-09-08 22:28 UTC (permalink / raw)
  Cc: bug-guile

Victor Morilla <victormorilla@yahoo.es> writes:
>
> format is not working with spanish locale: spanish
> decimal character is comma

Locale specifics are not currently supported (or only in one or two
places).

format ~f might be a good thing to localize, but there will be others
that should be left alone, like `read' and `write' for instance.


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


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

end of thread, other threads:[~2004-09-08 22:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-07 21:33 spanish locale numeric format Victor Morilla
2004-09-08 22:28 ` Kevin Ryde

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).