phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [bug #14405] htmlentities and i18n in addressbook


From: Kent Tong
Subject: [Phpgroupware-tracker] [bug #14405] htmlentities and i18n in addressbook
Date: Mon, 12 Nov 2007 08:40:23 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]