Expand description
Bindings to the ICU library.
Structs§
- Converter
- Converts between two encodings using ICU.
- Encoding
- Encodings
- Regex
- A wrapper around ICU’s
URegularExpressionstruct. - Text
- A wrapper around ICU’s
UTextstruct.
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