On Tue, 05 Jun 2012 15:26:03 -0500, Hash <mr.h...@gmail.com> wrote:

Hello there, i was wondering what plans you have for compatibility with PHP5.4 since htmlspecialchars() and htmlentities() have changed significantly. Some of my applications use non-UTF8 character sets and currently they are broken under 5.4 because the encoding needs to be specified. Furthermore those functions add support for XHTML/XML/HTML5 entities and more which could be quite helpful to all users.

What problems did you run into?

AFAIK PHPTAL doesn't use htmlentities at all, and htmlspecialchars is unaffected by charset declaration for ASCII-based encodings (PHPTAL does not support non-ASCII-based encodings).

--
regards, Kornel Lesiński

_______________________________________________
PHPTAL mailing list
PHPTAL@lists.motion-twin.com
http://lists.motion-twin.com/mailman/listinfo/phptal

Reply via email to