SYNOPSIS
#include <courier-unicode.h>
- unicode_char unicode_html40ent_lookup(constĀ charĀ *entity);
DESCRIPTION
unicode_html40ent_lookup() returns the unicode character represented by an HTML 4.0 entity. The entity
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.
AUTHOR
Sam Varshavchik
- Author