bug-libunistring
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-libunistring] Feature request, code point to byte sequence


From: Aapo Talvensaari
Subject: [bug-libunistring] Feature request, code point to byte sequence
Date: Thu, 15 Jan 2015 23:56:03 +0000

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]