Module icu

Module icu 

Source
Expand description

Bindings to the ICU library.

Structs§

Converter
Converts between two encodings using ICU.
Encoding
Encodings
Regex
A wrapper around ICU’s URegularExpression struct.
Text
A wrapper around ICU’s UText struct.

Functions§

apperr_format
Formats the given ICU error code into a human-readable string.
compare_strings
Compares two UTF-8 strings for sorting using ICU’s collation algorithm.
fold_case
Converts the given UTF-8 string to lower case.
get_available_encodings
Returns a list of encodings ICU supports.
init