unicode_script - unicode script property
Contents
Description
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.
Name
unicode_script - unicode script property
Notes
1. TR-24
https://www.unicode.org/reports/tr24/tr24-36.html
Courier Unicode Library 05/18/2024 UNICODE_SCRIPT(3)
See Also
TR-24[1], courier-unicode(7).
Synopsis
#include<courier-unicode.h>unicode_script_tunicode_script(char32_tch);
