summaryrefslogtreecommitdiff
path: root/ext/mbstring/html_entities.c
Commit message (Collapse)AuthorAgeFilesLines
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Forgot this one. Updated license informationMoriyoshi Koizumi2002-11-231-1/+1
|
* -New encoding/decoding HTML-ENTITIES.Marcus Boerger2002-08-041-0/+291
#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)