from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
UNICODE_SCRIPT
Section: Courier Unicode Library (3) Updated: 07/29/2015 Index
Return to Main Contents
NAME
unicode_script - unicode script property
SYNOPSIS
#include <courier-unicode.h>
-
unicode_script_t unicode_script(unicode_char ch);
DESCRIPTION
unicode_script() looks up the
lqscriptrq
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 ALSO
m[blue]TR-24m[][1],
courier-unicode(7).
AUTHOR
Sam Varshavchik
-
Author
NOTES
- 1.
-
TR-24
-
http://www.unicode.org/reports/tr24/tr24-24.html
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
- AUTHOR
-
- NOTES
-
|