-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Description
Hello !
dbg!(unicode_width::UnicodeWidthStr::width("☁️")); // 1
dbg!(unicode_width::UnicodeWidthStr::width("❤️")); // 1
dbg!(unicode_width::UnicodeWidthStr::width("☂️")); // 1
dbg!(unicode_width::UnicodeWidthStr::width("✏️")); // 1
dbg!(unicode_width::UnicodeWidthStr::width("✂️")); // 1
dbg!(unicode_width::UnicodeWidthStr::width("☎️")); // 1
dbg!(unicode_width::UnicodeWidthStr::width("✈️")); // 1
Is this correct?
Metadata
Metadata
Assignees
Labels
No labels