|
NAMEunicode_script - unicode script propertySYNOPSIS#include <courier-unicode.h> unicode_script_t unicode_script(char32_t ch); DESCRIPTIONunicode_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.SEE ALSOTR-24[1], courier-unicode(7).AUTHORSam VarshavchikAuthor
NOTES
https://www.unicode.org/reports/tr24/tr24-31.html
Visit the GSP FreeBSD Man Page Interface. |