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

Character codes to XHTML entities. More...

Go to the source code of this file.

Variables

 $HTML_ENTITIES_CODEPOINT2NAME
 
return true
 

Detailed Description

Character codes to XHTML entities.

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

Variable Documentation

◆ $HTML_ENTITIES_CODEPOINT2NAME

$HTML_ENTITIES_CODEPOINT2NAME

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

For example : 233 => 'eacute'.

(This is a copy of the Python table html.entities.codepoint2name: "A dictionary that maps Unicode codepoints to HTML entity names.". See http://docs.python.org/py3k/library/html.entities.html#module-html.entities .)

Definition at line 25 of file html_entities_codepoint2name.inc.

◆ true

return true

Definition at line 281 of file html_entities_codepoint2name.inc.