From:             [EMAIL PROTECTED]
Operating system: windows ME
PHP version:      4.0.6
PHP Bug Type:     Feature/Change Request
Bug description:  additional functinality to get_html_translation_table

Currently, get_html_translation_table() can use HTML_ENTITIES or
HTML_SPECIALCHARS, which is great, but it would be even more helpful to add
a complete list of all the — type html entities that aren't in either
table currently, so that a user can take the array returned, flip it, and
use strtr to translate those characters as well.
I would think this addition would be straightforward, and would offer my
time to code it up.
-- 
Edit bug report at: http://bugs.php.net/?id=12526&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to