JDK-2149453 : incorrect french localization for GF country code
  • Type: Backport
  • Backport of: JDK-6485516
  • Component: globalization
  • Sub-Component: translation
  • Priority: P5
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2007-05-18
  • Updated: 2011-04-08
  • Resolved: 2011-04-08
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.
JDK 6 JDK 7
6u4Fixed 7 b18Fixed
Comments
EVALUATION Fix j2se:/src/share/classes/sun/util/resources/LocaleNames_fr.properties modify key GF: ------- LocaleNames_fr.properties ------- 311c311 < GF=Guin\u00e9e Fran\u00e7aise --- > GF=Guyane fran\u00e7aise test: j2se/test/closed/sun/text/resources/LocaleDataTest.java j2se/test/closed/sun/text/resources/LocaleData add: # bug 6485516 LocaleNames/fr/GF=Guyane fran\u00e7aise
21-05-2007