Skip to content

Commit

Permalink
Import Unicode 16.0 emojis (#20)
Browse files Browse the repository at this point in the history
Fixes #19
  • Loading branch information
rhysd authored Sep 29, 2024
1 parent 083a8f2 commit 2ce453c
Show file tree
Hide file tree
Showing 6 changed files with 9,957 additions and 9,939 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ iterate over all emoji.
- Iterate over emojis in an emoji group, e.g. “Smileys & Emotion” or “Flags”
- Iterate over the skin tones for an emoji
- Select a specific skin tone for an emoji
- Uses [Unicode v15.1](https://unicode.org/emoji/charts-15.1/emoji-released.html) emoji specification
- Uses [Unicode v16.0](https://unicode.org/emoji/charts-16.0/emoji-released.html) emoji specification

## Getting started

Expand Down
2 changes: 1 addition & 1 deletion generate/src/unicode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use heck::CamelCase;
use indexmap::IndexMap;
use then::Some;

const URL: &str = "https://unicode.org/Public/emoji/15.1/emoji-test.txt";
const URL: &str = "https://unicode.org/Public/emoji/16.0/emoji-test.txt";

#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub enum Status {
Expand Down
Loading

0 comments on commit 2ce453c

Please sign in to comment.