alphanormalize_php
v.03.00.03 — June 17, 2020
|
Name of XHTML entities to codes. More...
Go to the source code of this file.
Variables | |
$HTML_ENTITIES_NAME2CODEPOINT | |
return | true |
Name of XHTML entities to codes.
(December 31, 2013)
Piece of alphanormalize_php. https://bitbucket.org/OPiMedia/alphanormalize_php
GPLv3 — Copyright (C) 2013 Olivier Pirson http://www.opimedia.be/
Definition in file html_entities_name2codepoint.inc.
$HTML_ENTITIES_NAME2CODEPOINT |
Associative table: name of XHTML entity => corresponding character code.
For example: 'eacute'
=> 233
.
(This is a copy of the Python table html.entities.name2codepoint
: "A dictionary that maps HTML entity names to the Unicode codepoints." See http://docs.python.org/py3k/library/html.entities.html#module-html.entities .)
Definition at line 25 of file html_entities_name2codepoint.inc.
return true |
Definition at line 281 of file html_entities_name2codepoint.inc.