This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 183320 - I18N : "ja_JP_JP" is listed in locale list on Spellchecker option dialog
Summary: I18N : "ja_JP_JP" is listed in locale list on Spellchecker option dialog
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: Spellchecker (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2010-04-01 06:39 UTC by Masaki Katakai
Modified: 2010-10-05 14:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (54.15 KB, image/png)
2010-04-01 06:39 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2010-04-01 06:39:22 UTC
Created attachment 96495 [details]
screenshot

Product Version: NetBeans IDE Dev (Build 201003310201)
Java: 1.6.0_19; Java HotSpot(TM) Client VM 16.2-b04
System: SunOS version 5.11 running on x86; ISO646-US; en (nb)

Under "Default Locale" section, there is "ja_JP_JP" is listed for Japanese.
I understand this entry is not necessary - "ja" and "ja_JP" are enough.
Comment 1 Jan Lahoda 2010-05-25 08:57:40 UTC
The panel shows locales as reported by Locale.getAvailableLocales(). Should we filter out locales with variants (the second JP is apparently a variant).
Comment 2 Jan Lahoda 2010-10-05 14:38:47 UTC
This is what is returned from Locale.getAvailableLocales().