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

Support for UTF-8 Character Class Processing #2830

Merged

Commits on Dec 6, 2023

  1. Support for UTF-8 Character Class Processing

    - Added UTF-8 utility functions to Tf to determine whether
      a code point is in the XID_Start / XID_Continue character classes
    - Added static data for holding code point flags for XID_Start /
      XID_Continue
    - Added tests for XID_Start / XID_Continue code point validity
    - Added pre-processing script to generate character class ranges
      for XID_Start / XID_Continue from source DerivedCoreProperties.txt
    erslavin committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c0e2930 View commit details
    Browse the repository at this point in the history