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 encoding of LatinRules.xdy (now UTF-8) #10655

Merged
merged 2 commits into from Jul 18, 2022

Commits on Jul 17, 2022

  1. Explain non-standard encoding in LatinRules.xdy

    In order to fulfill its function, LatinRules.xdy must use single,
    non-standard byte characters (neither ASCII, nor multi-byte UTF-8).
    To someone encountering the file without knowing its purpose (e.g.
    due a post-processing raising a warning for the unrecognized encoding)
    this is likely surprising, and may seem like a holdover from a time where
    Unicode wasn't as universally supported.
    
    The added comment should make clear that the file must stay as it is,
    and in particular that it must not be "standardized" to UTF-8.
    alcrene committed Jul 17, 2022
    Copy the full SHA
    184c00e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Fix punctuation in comments

    alcrene committed Jul 18, 2022
    Copy the full SHA
    37267fe View commit details
    Browse the repository at this point in the history