Expand description
This library implements Unicode Vertical_Orientation Property (annex #50).
use unicode_vo::*;
assert_eq!(char_orientation('A'), Orientation::Rotated);
assert_eq!(char_orientation('本'), Orientation::Upright);
Enums§
- Orientation
- Character orientation.
Functions§
- char_
orientation - Returns a vertical orientation of a character.