Skip to content

Commit

Permalink
chore: Fix name; update utf8 groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed Jun 18, 2024
1 parent 81c62eb commit 8555e9c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "utf-show"
name = "charsplit"
version = "0.1.0"
edition = "2021"

Expand Down
3 changes: 1 addition & 2 deletions src/utf8_groups.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ pub mod utf8_groups {
3285..=3286 => "Kannada",
3293..=3294 => "Kannada",
3296..=3299 => "Kannada",
3302..=3311 => "Kannada",
3313..=3315 => "Kannada",
3302..=3315 => "Kannada",
3328..=3340 => "Malayalam",
3342..=3344 => "Malayalam",
3346..=3396 => "Malayalam",
Expand Down

0 comments on commit 8555e9c

Please sign in to comment.