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

Correct Roman-numeral example in Unicode HOWTO. #15541

Merged
merged 1 commit into from
Sep 8, 2019

Commits on Aug 27, 2019

  1. Correct Roman-numeral example in Unicode HOWTO.

    We had the character Ⅶ aka U+2166 ROMAN NUMERAL SEVEN, but the
    code point given is 2167 and it's next to 2168.  Adjust so the
    code point, character, and name all agree.  (This follows up on
    77df9a1, which made the name match the character.)
    
    We also had a mixture of `;` and `:` for a delimiter.
    It doesn't really matter which, but it's good to be consistent.
    The actual Unicode database files use `;`, so go with that.
    gnprice committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    6c85bb0 View commit details
    Browse the repository at this point in the history