Man page - unicode_general_category_lookup(3)

Packages contas this manual

Manual

UNICODE_GENERAL_CATE(3) Courier Unicode Library UNICODE_GENERAL_CATE(3)

unicode_general_category_lookup - unicode general category lookup

#include <courier-unicode.h>

unicode_general_category_t unicode_general_category_lookup(char32_t c);

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.

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

Sam Varshavchik

Author

1.
TR-44
https://www.unicode.org/reports/tr44/
05/18/2024 Courier Unicode Library