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

FreeBSD Manual Pages

  
 
  

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

NAME
       unicode_general_category_lookup - unicode general category lookup

SYNOPSIS
       #include	<courier-unicode.h>

       unicode_general_category_t unicode_general_category_lookup(char32_t c);

DESCRIPTION
       unicode_general_category_lookup() looks up the Unicode character's
       general category, from the Unicode character database database.
       unicode_general_category_lookup() returns one of	the
       UNICODE_GENERAL_CATEGORY_value values.

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

AUTHOR
       Sam Varshavchik
	   Author

NOTES
	1. TR-44
	   https://www.unicode.org/reports/tr44/

Courier	Unicode	Library		  05/18/2024	       UNICODE_GENERAL_CATE(3)

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

home | help