GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
UNICODE_HTML40ENT_LO(3) Courier Unicode Library UNICODE_HTML40ENT_LO(3)

unicode_html40ent_lookup - look up unicode character for an HTML 4.0 entity

#include <courier-unicode.h>

char32_t unicode_html40ent_lookup(const char *entity);

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.

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

Sam Varshavchik
Author
03/12/2021 Courier Unicode Library

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.