Is it possible to have a function in libunistring that can take integer code point value, and return the matching character byte sequence? Or is it already supported in a way or another?
Something like: ucs4_t unicode_code_character(size_t code); size_t unicode_character_code(ucs4_t uc); (not sure about size_t here, though) Regards Aapo
