Re: RFR: 8211449: Correction to the spec of implicit negative subpattern in DecimalFormat

2020-11-19 Thread Lance Andersen
On Thu, 19 Nov 2020 17:15:11 GMT, Naoto Sato wrote: > Hi, > > Please review this doc only fix to the class description of `DecimalFormat` > class. `localized minus sign` has never been (and should never be) used in > the implicit negative subpattern. Actual implementation correctly uses ascii

Re: RFR: 8211449: Correction to the spec of implicit negative subpattern in DecimalFormat

2020-11-19 Thread Brian Burkhalter
On Thu, 19 Nov 2020 17:15:11 GMT, Naoto Sato wrote: > Hi, > > Please review this doc only fix to the class description of `DecimalFormat` > class. `localized minus sign` has never been (and should never be) used in > the implicit negative subpattern. Actual implementation correctly uses ascii

RFR: 8211449" Correction to the spec of implicit negative subpattern in DecimalFormat

2020-11-19 Thread Naoto Sato
Hi, Please review this doc only fix to the class description of `DecimalFormat` class. `localized minus sign` has never been (and should never be) used in the implicit negative subpattern. Actual implementation correctly uses ascii minus sign for that purpose, so there won't be any