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_html40ent_lookup - look up unicode character for an HTML 4.0 entity

Author

SamVarshavchik
           Author

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

Description

unicode_html40ent_lookup() returns the unicode character represented by an HTML 4.0 entity. The entity is
       a string, such as “quot”, in which case unicode_html40ent_lookup() returns 34.

       Additionally, unicode_html40ent_lookup() parses a numerical entity given as “#decimal” or “#xhex”.

       unicode_html40ent_lookup() returns 0 if the entity is not a known entity that represents a single unicode
       character.

Name

       unicode_html40ent_lookup - look up unicode character for an HTML 4.0 entity

See Also

courier-unicode(7), unicode_convert_tocase(3).

Synopsis

#include<courier-unicode.h>char32_tunicode_html40ent_lookup(constchar*entity);

See Also