<i18n dev> RFR: 8300869: Make use of the Double.toString(double) algorithm in java.util.Formatter [v8]
Naoto Sato
naoto at openjdk.org
Thu Feb 2 17:50:28 UTC 2023
On Wed, 1 Feb 2023 10:26:26 GMT, Raffaello Giulietti <rgiulietti at openjdk.org> wrote:
>> Align `double` and `float` decimal conversions in `java.util.Formatter` with the algorithm used in `Double.toString(double)`.
>
> Raffaello Giulietti has updated the pull request incrementally with one additional commit since the last revision:
>
> 8300869: Make use of the Double.toString(double) algorithm in java.util.Formatter
I skimmed through the changes, and see no problem wrt the i18n area.
-------------
Marked as reviewed by naoto (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12259
More information about the i18n-dev
mailing list