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

use normative source for Grapheme class data #24132

Merged
merged 1 commit into from
Apr 7, 2015
Merged

Commits on Apr 6, 2015

  1. use normative source for Grapheme class data

    @mahkoh points out in rust-lang#15628 that unicode.py does not use
    normative data for Grapheme classes. This pr fixes that issue.
    
    In addition, GC_RegionalIndicator is renamed GC_Regional_Indicator
    in order to stay in line with the Unicode class name definitions.
    I have updated refs in u_str.rs, and verified that there are no
    refs elsewhere in the codebase. However, in principle someone
    using the unicode tables for their own purposes might see breakage
    from this.
    kwantam committed Apr 6, 2015
    Configuration menu
    Copy the full SHA
    bef00ab View commit details
    Browse the repository at this point in the history