Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: default --icu_case_mapping on as a v8 option #9454

Closed
wants to merge 1 commit into from

Commits on Nov 4, 2016

  1. src: default --icu_case_mapping on as a v8 option

    * toLocaleUpperCase() and toLocaleLowerCase() do not function properly
    without this flag.
    * basic test case. The test case would fail if `--no_icu_case_mapping`
    was set.
    
    Fixes: nodejs#9445
    PR-URL: nodejs#9454
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    srl295 committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    0d71729 View commit details
    Browse the repository at this point in the history