Expand description
Unicode character classification utilities for beamterm.
Provides emoji detection and double-width character classification shared across the beamterm workspace crates.
Functionsยง
- is_
double_ width - Checks if a grapheme is double-width (emoji or fullwidth character).
- is_
emoji - Checks if a grapheme is an emoji that should use color font rendering.