<i18n dev> RFR: 8262351: Extra '0' in java.util.Formatter for '%012a' conversion with a sign character

Ian Graves igraves at openjdk.java.net
Mon Mar 8 21:30:28 UTC 2021


This fixes a zero-adding issue observed in the hex float conversion.

-------------

Commit messages:
 - Fixing zero-padding issue in hex float conversion

Changes: https://git.openjdk.java.net/jdk/pull/2881/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=2881&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8262351
  Stats: 55 lines in 2 files changed: 54 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/2881.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/2881/head:pull/2881

PR: https://git.openjdk.java.net/jdk/pull/2881


More information about the i18n-dev mailing list