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

Name of XHTML entities to characters. More...

Go to the source code of this file.

Variables

 $HTML_ENTITIES_ENTITYDEFS
 
return true
 

Detailed Description

Name of XHTML entities to characters.

(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_entitydefs.inc.

Variable Documentation

◆ $HTML_ENTITIES_ENTITYDEFS

$HTML_ENTITIES_ENTITYDEFS

Associative table: name of XHTML entity => corresponding character.

For example: 'eacute' => 'é'.

(This is a copy of the Python table html.entities.entitydefs: "A dictionary mapping XHTML 1.0 entity definitions to their replacement text in ISO Latin-1." http://docs.python.org/py3k/library/html.entities.html#module-html.entities .)

Definition at line 25 of file html_entities_entitydefs.inc.

◆ true

return true

Definition at line 281 of file html_entities_entitydefs.inc.