unicode_html40ent_lookup - Man Page
look up unicode character for an HTML 4.0 entity
Synopsis
#include <courier-unicode.h>
char32_t unicode_html40ent_lookup(const char *entity);
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.
See Also
Author
Sam Varshavchik
Author
Referenced By
courier-unicode(7), unicode_uc(3).
05/31/2022 Courier Unicode Library