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

Regenerate tables for Unicode 15.0 #53

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified benches/tables/fst/general_category.fst
Binary file not shown.
6 changes: 3 additions & 3 deletions benches/tables/fst/general_category.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
//
// ucd-generate general-category ucd-14.0.0 --exclude unassigned --enum --fst-dir benches/tables/fst
// ucd-generate general-category ucd-15.0.0 --exclude unassigned --enum --fst-dir benches/tables/fst
//
// Unicode version: 14.0.0.
// Unicode version: 15.0.0.
//
// ucd-generate 0.2.10 is available on crates.io.
// ucd-generate 0.2.13 is available on crates.io.

pub const GENERAL_CATEGORY_ENUM: &'static [&'static str] = &[
"Close_Punctuation",
Expand Down
6 changes: 3 additions & 3 deletions benches/tables/fst/jamo_short_name.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
//
// ucd-generate jamo-short-name ucd-14.0.0 --fst-dir benches/tables/fst
// ucd-generate jamo-short-name ucd-15.0.0 --fst-dir benches/tables/fst
//
// Unicode version: 14.0.0.
// Unicode version: 15.0.0.
//
// ucd-generate 0.2.10 is available on crates.io.
// ucd-generate 0.2.13 is available on crates.io.

pub static JAMO_SHORT_NAME: ::once_cell::sync::Lazy<
::fst::Map<&'static [u8]>,
Expand Down
Binary file modified benches/tables/fst/names.fst
Binary file not shown.
6 changes: 3 additions & 3 deletions benches/tables/fst/names.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
//
// ucd-generate names ucd-14.0.0 --no-aliases --no-hangul --no-ideograph --fst-dir benches/tables/fst
// ucd-generate names ucd-15.0.0 --no-aliases --no-hangul --no-ideograph --fst-dir benches/tables/fst
//
// Unicode version: 14.0.0.
// Unicode version: 15.0.0.
//
// ucd-generate 0.2.10 is available on crates.io.
// ucd-generate 0.2.13 is available on crates.io.

pub static NAMES: ::once_cell::sync::Lazy<::fst::Map<&'static [u8]>> =
::once_cell::sync::Lazy::new(|| {
Expand Down
Loading