<i18n dev> Integrated: JDK-8315064: j.text.ChoiceFormat provides no specification on quoting behavior
Justin Lu
jlu at openjdk.org
Thu Oct 19 22:55:42 UTC 2023
On Fri, 29 Sep 2023 20:46:44 GMT, Justin Lu <jlu at openjdk.org> wrote:
> Please review this PR and which adjusts the pattern section of java.text.ChoiceFormat to specify the single quote behavior within a String pattern.
>
> The other Format classes that take a String pattern such as DecimalFormat, CompactNumberFormat, and MessageFormat all provide specification on single quote behavior within a String pattern. ChoiceFormat should have similar specification.
This pull request has now been integrated.
Changeset: 684b91ef
Author: Justin Lu <jlu at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/684b91efbb22f16cd0952283e8c960846c39d1db
Stats: 6 lines in 1 file changed: 6 ins; 0 del; 0 mod
8315064: j.text.ChoiceFormat provides no specification on quoting behavior
Reviewed-by: naoto
-------------
PR: https://git.openjdk.org/jdk/pull/15994
More information about the i18n-dev
mailing list