1UNICODE_SCRIPT(3) Courier Unicode Library UNICODE_SCRIPT(3)
2
3
4
6 unicode_script - unicode script property
7
9 #include <courier-unicode.h>
10
11 unicode_script_t unicode_script(char32_t ch);
12
14 unicode_script() looks up the “script” property of the specified
15 unicode character, and returns it. The unicode_script_t enumeration
16 encodes possible unicode script values. unicode_script_unknown gets
17 returned for a unicode character with an unknown script property.
18
20 TR-24[1], courier-unicode(7).
21
23 Sam Varshavchik
24 Author
25
27 1. TR-24
28 http://www.unicode.org/reports/tr24/tr24-24.html
29
30
31
32Courier Unicode Library 03/11/2017 UNICODE_SCRIPT(3)