Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-2595

Thousands separator "NBSP"-sign

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • None
    • Minecraft 1.4.2
    • Mac OS X 10.8.2 (also tested on Windows 7, same results)
      Java 1.7 update 9
    • Unconfirmed

      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));
      

            Unassigned Unassigned
            thejohlin Johan Lindskogen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: