open-i18n / rust-unic

UNIC: Unicode and Internationalization Crates for Rust
https://crates.io/crates/unic
Other
234 stars 24 forks source link

🥰 isn't recognised as an emoji. #288

Open gianzellweger opened 6 months ago

gianzellweger commented 6 months ago

Since I haven't found a more convenient way to test emojis in bulk, this is the only one I found so far. I see no reason for it not being an emoji.

Steps to reproduce

fn main() {
    assert!(unic_emoji_char::is_emoji('🥰'));
}