Man page - unicode_html40ent_lookup(3)

Packages contains this manual

Manual

UNICODE_HTML40ENT_LO

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
AUTHOR

NAME

unicode_html40ent_lookup - 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 โ€œ#x hex โ€.

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

SEE ALSO

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

AUTHOR

Sam Varshavchik

Author