• littledan's avatar
    [intl] Check for duplicate BCP 47 tags in a case-insensitive way · 5e60bfb2
    littledan authored
    Intl constructors are specified to prohibit structurally invalid
    subtags. BCP 47 defines itself to be case-insensitive. Firefox does
    throw on case-insensitive duplicates, following the specifications.
    This patch makes V8 do the same. There is some small compatibility
    risk, but the case is fairly niche, so I hope it does not cause
    much breakage.
    
    BUG=v8:4215
    
    Review-Url: https://codereview.chromium.org/2639333003
    Cr-Commit-Position: refs/heads/master@{#42487}
    5e60bfb2
Name
Last commit
Last update
..
local-tests/test/intl402 Loading commit data...
BUILD.gn Loading commit data...
README Loading commit data...
archive.py Loading commit data...
detachArrayBuffer.js Loading commit data...
harness-adapt.js Loading commit data...
list.py Loading commit data...
prune-local-tests.sh Loading commit data...
test262.gyp Loading commit data...
test262.isolate Loading commit data...
test262.status Loading commit data...
testcfg.py Loading commit data...
upstream-local-tests.sh Loading commit data...