Re: RFR: JDK-8315064: j.text.ChoiceFormat provides no specification on quoting behavior

2023-10-02 Thread Naoto Sato
On Fri, 29 Sep 2023 20:46:44 GMT, Justin Lu 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, > Compact

RFR: JDK-8315064: j.text.ChoiceFormat provides no specification on quoting behavior

2023-09-29 Thread Justin Lu
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 sing