]> granicus.if.org Git - php/commit
-New encoding/decoding HTML-ENTITIES.
authorMarcus Boerger <helly@php.net>
Sun, 4 Aug 2002 14:20:11 +0000 (14:20 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 4 Aug 2002 14:20:11 +0000 (14:20 +0000)
commit77abd9d55a38d3f68e25a55cad33d4b192fd094b
tree88ba051cb1d043917f5e46181ec57cbc4c840106
parentf2f70b5ddaa6a9e688c34c7f20399173a8eca0f6
-New encoding/decoding HTML-ENTITIES.
#This allows to enforce named and numeric entities in output.
#Example:CMS that reads UTF8 or ISO-8859-1 but exports HTML in ASCII.
#Using mbstring.http_output=HTML-ENTITIES users receive entities which
#can displayed correctly independant of any brwoser side encoding.
@New mbstring encoding/decoding HTML-ENTITIES. (marcus)
ext/mbstring/config.m4
ext/mbstring/html_entities.c [new file with mode: 0644]
ext/mbstring/mbfilter.c
ext/mbstring/mbfilter.h
ext/mbstring/tests/020.phpt [new file with mode: 0644]