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 fmt::Debug for strings, e.g. for Chinese characters #37855

Merged
merged 1 commit into from
Nov 20, 2016

Commits on Nov 18, 2016

  1. Fix fmt::Debug for strings, e.g. for Chinese characters

    The problem occured due to lines like
    
    ```
    3400;<CJK Ideograph Extension A, First>;Lo;0;L;;;;;N;;;;;
    4DB5;<CJK Ideograph Extension A, Last>;Lo;0;L;;;;;N;;;;;
    ```
    
    in `UnicodeData.txt`, which the script previously interpreted as two
    characters, although it represents the whole range.
    
    Fixes rust-lang#34318.
    tbu- committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    d0bb7e1 View commit details
    Browse the repository at this point in the history