https://bz.apache.org/bugzilla/show_bug.cgi?id=64643
Stefan Bodewig <bode...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Stefan Bodewig <bode...@apache.org> --- Propertyfile formats the number according to your default DecimalFormat unless you specify the pattern attribute. \u00a0 is a non breaking space, which I've never seen in a DecimalFormat but maybe expected in your locale. It should work if you specify pattern="####" or even more hashes. -- You are receiving this mail because: You are the assignee for the bug.