Closed
Bug 69561
Opened 24 years ago
Closed 24 years ago
need support for 3 letter language code
Categories
(Core :: Internationalization, defect)
Tracking
()
Future
People
(Reporter: bstell, Assigned: bstell)
References
()
Details
(Keywords: intl)
From a separate email from erik@netscape.com:
http://cal-parks.ca.gov/ has this tag: <HTML LANG="ENG">
This is using a 3-letter language code. There is a new RFC on this:
http://www.ietf.org/rfc/rfc3066.txt?number=3066
It points to the language code authority:
http://lcweb.loc.gov/standards/iso639-2/
Here we find that "eng" is indeed a valid code. The RFC says that the codes are
case-insensitive, so "ENG" is valid too. However, we do not support the
3-letter codes yet:
http://lxr.mozilla.org/seamonkey/source/intl/locale/src/langGroups.properties
So, we need to add the 3-letter codes to that table.
Comment 3•24 years ago
|
||
*** This bug has been marked as a duplicate of 22310 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 4•24 years ago
|
||
Verified as dupe. Please reopen in case someone disagrees.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•