1UNICODE_HTML40ENT_LO(3)     Courier Unicode Library    UNICODE_HTML40ENT_LO(3)
2
3
4

NAME

6       unicode_html40ent_lookup - look up unicode character for an HTML 4.0
7       entity
8

SYNOPSIS

10       #include <courier-unicode.h>
11
12       char32_t unicode_html40ent_lookup(const char *entity);
13

DESCRIPTION

15       unicode_html40ent_lookup() returns the unicode character represented by
16       an HTML 4.0 entity. The entity is a string, such as “quot”, in which
17       case unicode_html40ent_lookup() returns 34.
18
19       Additionally, unicode_html40ent_lookup() parses a numerical entity
20       given as “#decimal” or “#xhex”.
21
22       unicode_html40ent_lookup() returns 0 if the entity is not a known
23       entity that represents a single unicode character.
24

SEE ALSO

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

AUTHOR

29       Sam Varshavchik
30           Author
31
32
33
34Courier Unicode Library           03/11/2017           UNICODE_HTML40ENT_LO(3)
Impressum