Types
Variables
TRUE on successful operation, FALSE on error
Procedures
Convert UTF-8 string in to a UTF-16 string out
Converts the first UTF-8-encoded character from s to an UTF-16 character and returns it
Converts UTF-16A string in to a UTF-8 string out.
Done is set to TRUE on success and FALSE in case of an error.
Converts a single UTF-16 character c to an UTF-8 string s and puts in len the number of generated bytes
Converts at most inLen first characters of UTF-16 string in to a UTF-8 string out and sets outLen to the number of parsed UTF-16 characters.
Done is set to TRUE on success and FALSE in case of an error.
Converts a SHORTCHAR value c to a CHAR value and returns it
Converts a CHAR value c to a SHORTCHAR value (may truncate it) and returns it
Returns a SHORTCHAR character value with the given ordinal value.
This is essentially CHR(n) if it would return a SHORTCHAR.
Module for UTF-8 manipulation, encoding and decoding