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

icuregex: Update to ICU 73 #13912

Merged
merged 2 commits into from
Sep 4, 2023

Commits on Sep 4, 2023

  1. icuregex: Update to ICU 73

    This updates the ICU data to ICU 73. The most significant change here
    is that in ICU 70 the emoji properties were split off into a separate
    file, so we need to include that file here too and add a loader for it.
    
    Additionally the regex code was reviewed from 69 to 73 to see if there's
    any significant differences. There were a few typo fixes in comments and
    some crash assertions were changed to errors instead.
    
    MySQL also updated to bundling ICU 73 with the 8.0.34 release.
    
    Signed-off-by: Dirkjan Bussink <[email protected]>
    dbussink committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    99a1cf4 View commit details
    Browse the repository at this point in the history
  2. icuregex: Cleanup unused code and tests

    Signed-off-by: Dirkjan Bussink <[email protected]>
    dbussink committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    53938e3 View commit details
    Browse the repository at this point in the history