.\" This man page is automatically generated using .\" kayadoc2man from the Kaya development tools and the -xmldocs compile .\" option. Editing it directly is not encouraged. .\" It is under the same license as the source .k file that it was .\" generated from. .TH "HTMLentities.lookupEntity" "3kaya" "August 2014" "Kaya" "Kaya module reference" .SH "NAME" HTMLentities::lookupEntity \- Look up the character number for a named HTML entity .SH "SYNOPSIS" .B Maybe lookupEntity( \fIString name\fP .B ")" .SH "ARGUMENTS" .PP .B "name" The entity name (for example \fBpound \fP or \fBnbsp \fP ) .SH "DESCRIPTION" .PP Return the character number for a named HTML entity, or \fBnothing \fP if the name is not that of a HTML entity. This is mainly a helper function for the .BR "XMLentities(3kaya)" module, though may occasionally be useful to call separately. .SH "AUTHORS" Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ .SH LICENSE The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation. .SH "RELATED" .PD 0 .PP .B "XMLentities.entityToLiteral"(3kaya) .PD 0.4v