DOKK / manpages / debian 12 / libcourier-unicode-dev / unicode_script.3.en
UNICODE_SCRIPT(3) Courier Unicode Library UNICODE_SCRIPT(3)

unicode_script - unicode script property

#include <courier-unicode.h>

unicode_script_t unicode_script(char32_t ch);

unicode_script() looks up the “script” property of the specified unicode character, and returns it. The unicode_script_t enumeration encodes possible unicode script values. unicode_script_unknown gets returned for a unicode character with an unknown script property.

TR-24[1], courier-unicode(7).

Sam Varshavchik

Author

1.
TR-24
http://www.unicode.org/reports/tr24/tr24-24.html
11/25/2020 Courier Unicode Library