logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

unicode_general_category_lookup - unicode general category lookup

Author

SamVarshavchik
           Author

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.

Name

       unicode_general_category_lookup - unicode general category lookup

Notes

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

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

See Also

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

Synopsis

#include<courier-unicode.h>unicode_general_category_tunicode_general_category_lookup(char32_tc);

See Also