Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
UNICODE_SCRIPT(3)	     Courier Unicode Library	       UNICODE_SCRIPT(3)

NAME
     unicode_script - unicode script property

SYNOPSIS
     #include <courier-unicode.h>

     unicode_script_t unicode_script(char32_t ch);

DESCRIPTION
     unicode_script()  looks  up  the "script" property of the specified unicode
     character, and returns it. The unicode_script_t enumeration encodes  possi-
     ble unicode script values.  unicode_script_unknown gets returned for a uni-
     code character with an unknown script property.

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

AUTHOR
     Sam Varshavchik
	 Author

NOTES
      1. TR-24
	 https://www.unicode.org/reports/tr24/tr24-39.html

Courier Unicode Library 	   04/12/2026		       UNICODE_SCRIPT(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=unicode_script&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help