/usr/lib/swipl/library/ext/utf8proc/unicode_security.pl
All Application Manual Name SummaryHelp

  • ext
    • utf8proc
      • unicode.pl -- Unicode string handling
      • unicode_security.pl -- Unicode security helpers (UTS #39, UAX #24)
        • unicode_script/2
        • unicode_script_extensions/2
        • unicode_identifier_status/2
        • unicode_identifier_type/2
        • unicode_skeleton/2
        • unicode_confusable/2
        • unicode_confusable/3
        • unicode_resolved_scripts/2
        • unicode_restriction_level/2
 unicode_script(+Code:integer, -Script:atom) is semidet
True when Script is the UAX #24 Script_Property of Code. Script is a lower-case atom of the long property value (latin, cyrillic, han, common, inherited, ...). Fails for code points outside the Unicode range or with no entry in Scripts.txt.