Message7287

Author fwierzbicki
Recipients Arfrever, fwierzbicki
Date 2012-06-29.21:40:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341006049.26.0.989111696105.issue1914@psf.upfronthosting.co.za>
In-reply-to
Content
For my near future TODO:

I can't apply this just now (working on something else) -- but the solution is simple - in PyString I need to do this:

-            template = new DecimalFormat("#,##0.#####");
+            template = new DecimalFormat("#,##0.#####", new DecimalFormatSymbols(java.util.Locale.US));
History
Date User Action Args
2012-06-29 21:40:49fwierzbickisetmessageid: <1341006049.26.0.989111696105.issue1914@psf.upfronthosting.co.za>
2012-06-29 21:40:49fwierzbickisetrecipients: + fwierzbicki, Arfrever
2012-06-29 21:40:49fwierzbickilinkissue1914 messages
2012-06-29 21:40:48fwierzbickicreate