Browse thread
[Caml-list] postscript, printf module and coma separator.
- Sven LUTHER
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Sven LUTHER <luther@d...> |
| Subject: | [Caml-list] postscript, printf module and coma separator. |
Hello, ... I am playing with the postscript.ml module from Nicolas Georges. Unfortunately, i have the LANG variable set to fr_FR, and as thus fprintf outputs floats as : 3,14 but this is not a valid postscript coordinate. removing the LANG variable give me the standard 3.14 output, which is acceptable to generate postscript files. Is there a way to have printf output floats in the standard C "." format, independent of locales ? Or is the best guess as how to solve this to backup, change to "" and then set again the LANG variable using the appropriate ocaml functions ? Friendly, Svne Luther ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr