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

fix: backport ICU changes for Japanese Era placeholder name #17518

Merged
merged 1 commit into from Mar 27, 2019

Commits on Mar 22, 2019

  1. fix: backport ICU changes for Japanese Era placeholder name

    This change backports changes from the upstream ICU 62.1 maintenance
    branch into the Chromium copy of ICU, in order to enable the
    "placeholder era" for the upcoming new Japanese Era.
    
    Upstream change: unicode-org/icu#514
    Upstream ticket: https://unicode-org.atlassian.net/browse/ICU-20482
    
    With this change you can set/define an Environment Variable
    `ICU_ENABLE_TENTATIVE_ERA` to `true which will enable the placeholder
    era name.
    
    Note: This change requires re-generating the checked-in Chromium ICU
    data files (icudtl.dat) in order for them to have the updated data
    for the placeholder era name.
    
    Also included in this change are some minor changes to the scripts
    used by Chromium for building the data files so that they actually
    work on Ubuntu.
    jefgen committed Mar 22, 2019
    Copy the full SHA
    433acca View commit details
    Browse the repository at this point in the history