Re: RFR: 8338882: Clarify matching order of MessageFormat subformat factory styles [v2]

2024-08-29 Thread Naoto Sato
On Thu, 29 Aug 2024 21:45:32 GMT, Justin Lu wrote: >> Please review this PR which clarifies that the matching order of format >> styles for MessageFormat sub formats is not guaranteed. A corresponding CSR >> has also been drafted. >> >> This is relevant when a locale provides equivalent patter

Re: RFR: 8338882: Clarify matching order of MessageFormat subformat factory styles [v2]

2024-08-29 Thread Justin Lu
> Please review this PR which clarifies that the matching order of format > styles for MessageFormat sub formats is not guaranteed by the JDK > implementation. A corresponding CSR has also been drafted. > > This is relevant when a locale provides equivalent patterns for multiple > format factor

RFR: 8338882: Clarify matching order of MessageFormat subformat factory styles

2024-08-23 Thread Justin Lu
Please review this PR which clarifies that the matching order of format styles for MessageFormat sub formats is not guaranteed by the JDK implementation. A corresponding CSR has also been drafted. This is relevant when a locale provides equivalent patterns for multiple format factory styles. Fo