1 library(unicode): Unicode string handling
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog Unicode library
library(unicode): Unicode string handling
unicode_map/3
unicode_nfd/2
unicode_nfc/2
unicode_nfkd/2
unicode_nfkc/2
unicode_nfkc_casefold/2
unicode_casefold/2
unicode_property/2
atom_graphemes/2
string_graphemes/2
unicode_version/1
unicode_codepoint_valid/1
Availability:
:- use_module(
library(unicode)
).
(can be
autoloaded
)
[det]
unicode_version
(
-Version
)
Version
is an atom describing the Unicode version implemented by the linked utf8proc library, e.g.
'15.1.0'
.