Johan Lindskogen
- thejohlin
- thejohlin
- Europe/Stockholm
- Yes
- No
1 issues
Key
Summary
Status
Reporter
Assignee
Created
Changed Description:
Not sure if this issue presents itself in Minecraft or just when using mods simply because the thousands separator is never used in Vanilla.
I'm using Swedish region settings which uses a space as thousands separator and it renders as a "NBSP"-sign instead.(See attached image)
EDIT: I was able to reproduce this in Vanilla too! (See additional screenshot!)
Btw, used this Java code to get the NBSP-signs:NumberFormat nf = NumberFormat.getInstance(); System.out.println(nf.format(1000)); System.out.println(nf.format(100000)); System.out.println(nf.format(1000000000));
Added Attachments:


Edited!
Then, what was Sid Ben referring to?
Well, it could be a problem for the Mod API in the future!