pub fn is_latin_script_language(lang: Option<&str>) -> boolExpand description
Whether a BCP 47 language tag resolves to the Latin script.
This compatibility adapter preserves the positive-evidence behavior used by the Latin punctuation remapping call sites.