from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
UNICODE_HTML40ENT_LO
Section: Courier Unicode Library (3) Updated: 07/29/2015 Index
Return to Main Contents
NAME
unicode_html40ent_lookup - look up unicode character for an HTML 4.0 entity
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
is a string, such as
lqquotrq, in which case
unicode_html40ent_lookup() returns 34.
Additionally,
unicode_html40ent_lookup() parses a numerical entity given as
lq#decimalrq
or
lq#xhexrq.
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
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
- AUTHOR
-
|