Skip to content

Commit

Permalink
Update to Unicode 15.1 emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed Sep 3, 2023
1 parent 8eb883b commit 85e0344
Show file tree
Hide file tree
Showing 5 changed files with 9,948 additions and 9,469 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- Iterate over emojis in recommended order
- Iterate over emojis in an emoji group, e.g. “Smileys & Emotion” or “Flags”
- Iterate over the skin tones for an emoji
- Uses Unicode v15.0 emoji specification
- Uses Unicode v15.1 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.0/emoji-test.txt";
const URL: &str = "https://unicode.org/Public/emoji/15.1/emoji-test.txt";

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

0 comments on commit 85e0344

Please sign in to comment.