• jshin's avatar
    Fix the uppercasing of U+00E7(ç) and U+00F7(÷) · 2f5da9a5
    jshin authored
    Due to a typo in runtime-i18n.js, 'ç'(U+00E7) was not uppercased while
    '÷'(U+00F7) was incorrectly uppercased to '×'(U+00D7).
    
    Add a comprehensive test for Latin-1 supplemental block (U+00A0 ~ U+00FF).
    (they're special-cased for speed-up and needs to have a test for the range.).
    
    TEST=intl/general/case-mapping
    BUG=v8:5681
    
    Review-Url: https://codereview.chromium.org/2533033003
    Cr-Commit-Position: refs/heads/master@{#41331}
    2f5da9a5
Name
Last commit
Last update
..
break-iterator Loading commit data...
collator Loading commit data...
date-format Loading commit data...
general Loading commit data...
number-format Loading commit data...
overrides Loading commit data...
string Loading commit data...
OWNERS Loading commit data...
assert.js Loading commit data...
intl.gyp Loading commit data...
intl.isolate Loading commit data...
intl.status Loading commit data...
regexp-assert.js Loading commit data...
regexp-prepare.js Loading commit data...
regress-4870.js Loading commit data...
regress-5179.js Loading commit data...
testcfg.py Loading commit data...
utils.js Loading commit data...