17 Sep
2008
17 Sep
'08
6:33 a.m.
On Tue, Sep 16, 2008 at 5:29 AM, Mauricio <briqueabraque@yahoo.com> wrote:
Do you think 'read' (actually, 'readsPrec'?) could be made to also read the international convention (ie., read "1,5" would also work besides read "1.5")?
No, as read is really intended to be a language-level tool, not something that you should expose to end users. For locale-aware number input and formatting, you'd want to do something else.