Page MenuHomePhabricator

Lang tag parsing is case-sensitive (should be case-insensitive)
Closed, ResolvedPublic

Description

Author: rtertjwkjrwlk23442

Description:
Per BCP 47,[1] "at all times, language tags and their subtags, including private use and extensions, are to be treated as case insensitive", but the ULS performs case-sensitive lang tag matching. This is apparent with jv-java; the ULS won't find a match for canonical jv-Java.

[1] https://tools.ietf.org/html/bcp47#section-2.1.1


Version: unspecified
Severity: normal

Details

Reference
bz55666

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 2:30 AM
bzimport set Reference to bz55666.

The fix has been deployed. The lang tag parsing is case insensitive now. Reopen if you still see problem