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

        1. NBSP char.jpg
          108 kB
          Sid Ben
        2. Skärmavbild 2012-11-08 kl. 19.36.36.png
          279 kB
          Johan Lindskogen
        3. Skärmavbild 2012-11-09 kl. 18.54.00.png
          279 kB
          Johan Lindskogen

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

              Created:
              Updated:
              Resolved:
              CHK: