Follow-up Comment #21, task #1506 (project savane):

I've fixed the issue with success/error feedback. The problem was a call to
the function htmlentities(), which assumes the input to be in latin-1. Thus,
the UTF-8 encoding gets escaped into those strange characters. I've replaced
the function with a call to htmlspecialchars() everywhere in the code, so
that the critical characters (like < > & etc.) are escaped, leaving the rest
of the input untouched.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/task/?func=detailitem&item_id=1506>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


Reply via email to