> It may seem painfully obvious to everyone but me, but I couldn't > figure out why htmlentities was converting only some characters and > not others. Now I see the blatant truth, that htmlentities converts > only those characters with *named* entities, not *numbered* entities. > Maybe include that in the documentation, unless it's already there and > I didn't see it.
Please report such problems using the bugs system (bugs.php.net), as that way we can track the progress of a bug... BTW you can retreive the translation table used, so you can get a list of what's exactly converted. See the example at http://php.net/htmlentitites So as far as I can see this is documented ;) Goba -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
