Actions
Defect #1389
openSupport "x-*" language codes by removing length limit
Status:
New
Priority:
Low
Assignee:
-
Category:
I18n
Target version:
-
Start date:
2008-06-05
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Forcing language codes to be <= 5 characters does not allow for "x-*" codes, which can be arbitrarily long:
"The most widely used standard for identifying languages in Internet documents (such as in HTTP headers or HTML metadata or in the XML lang attribute) is RFC 4646 (formerly RFC 3066). In that standard, a three-letter identifier is interpreted as being a code from the ISO 639-2 standard. RFC 4646 offers an extension mechanism of tags beginning with x- to handle custom codes for languages not covered in the standard." (Source: http://www.ethnologue.com/codes/)
There are also "i-*" codes for grandfathered codes. See also the w3c HTML4 spec for the lang
attribute and RFC 17666.
Files
Actions