alphanormalize_php  v.03.00.03 — June 17, 2020
html_entities_name2codepoint.inc File Reference

Name of XHTML entities to codes. More...

Go to the source code of this file.

Variables

 $HTML_ENTITIES_NAME2CODEPOINT
 
return true
 

Detailed Description

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.

Variable Documentation

◆ $HTML_ENTITIES_NAME2CODEPOINT

$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.

◆ true

return true

Definition at line 281 of file html_entities_name2codepoint.inc.