JDK-2148891 : There should be a space before % sign in French locale
  • Type: Backport
  • Backport of: JDK-6547501
  • Component: globalization
  • Sub-Component: translation
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2007-04-26
  • Updated: 2010-05-05
  • Resolved: 2007-06-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other JDK 6
5.0u14 b01Fixed 6u4Fixed
Comments
EVALUATION The fix ready in integration workspace.
18-05-2007

EVALUATION CLDR reference: http://unicode.org/cldr/repository/common/main/fr.xml?rev=1.93&content-type=text/vnd.viewcvs-markup
26-04-2007

EVALUATION Fixing the appropriate resource bundles. Request conformd the CLDR. ------- LocaleElements_fr.java ------- 539c539 < "#,##0%" // percent pattern --- > "#,##0 %" // percent pattern
26-04-2007