Follow-up Comment #3, bug #14405 (project phpgroupware):

The bug is still there in 0.9.16.011-2.2. If you don't want to change to
htmlspecialchars(), specify the correct charset to htmlentities(). For
exmaple, I fixed the problem by replacing the calls to htmlentities() with :

   htmlentities($s, ENT_COMPAT, "BIG5");

Does it make sense to you? Thanks!


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?14405>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
phpGroupWare-tracker mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-tracker

Reply via email to