pub fn detect_script(c: char) -> ScriptExpand description
Detect the Script for a single Unicode character.
Uses Unicode block ranges. Characters that straddle multiple blocks
(e.g. punctuation) fall into Script::Other.
pub fn detect_script(c: char) -> ScriptDetect the Script for a single Unicode character.
Uses Unicode block ranges. Characters that straddle multiple blocks
(e.g. punctuation) fall into Script::Other.