Skip to content

Commit

Permalink
Upgrade to Unicode 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wezm committed Oct 3, 2024
1 parent 9e5d797 commit 1f56679
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 50 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
UCD:=16.0.0

tables:
yeslogic-ucd-generate general-category --rust-enum ../ucd-generate/ucd-$(UCD) > src/tables.rs
cargo fmt


.PHONY: tables

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ unicode-general-category
<a href="https://crates.io/crates/unicode-general-category">
<img src="https://img.shields.io/crates/v/unicode-general-category.svg" alt="Version">
</a>
<img src="https://img.shields.io/badge/unicode-15.0-informational" alt="Unicode Version">
<img src="https://img.shields.io/badge/unicode-16.0-informational" alt="Unicode Version">
<a href="https://github.com/yeslogic/unicode-general-category/blob/master/LICENSE">
<img src="https://img.shields.io/crates/l/unicode-general-category.svg" alt="License">
</a>
Expand All @@ -19,7 +19,7 @@ unicode-general-category
<br>

Fast lookup of the Unicode General Category property for `char` in Rust using
Unicode 15.0 data. This crate is no-std compatible.
Unicode 16.0 data. This crate is no-std compatible.

Usage
-----
Expand Down
Loading

0 comments on commit 1f56679

Please sign in to comment.