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

New data file generator with support for UCD 13 & 14 #228

Closed
wants to merge 3 commits into from

Commits on Sep 16, 2021

  1. Resolves JuliaStrings#227

    chris0e3 committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    772eca6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9bee2f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Makefile - (WCFLAGS): Restored -Wsign-conversion from 610730f.

    	(UNICODE_VERSION): Added `14.0.0` default.
    		[Note: It may be possible to remove the similar statement in data/Makefile but it may require updating all the calls to `$(MAKE) -C data …` in this file.]
    	(test/misc): Use above UNICODE_VERSION var so that this target also builds with original utf8proc_data.c file.
    		[Note: This test in test/misc is now redundant when using the new utf8proc_data.c files.]
    utf8proc.c  - Restored changes from 610730f.
    	(utf8proc_category): Fixed new warning.
    chris0e3 committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    dbc2b18 View commit details
    Browse the repository at this point in the history