|
From: Jirka P. <fi...@us...> - 2002-04-15 10:24:38
|
I've found possible localisation problem. I don't know exactly, why htmlspe= cialchars function is used in /bug.php (and other scripts of course, but I'= ve focused on this one), but this function causes a problem with encoding o= f Czech Language special characters. For example ve have special 'hooked e'= character, which is converted to something else by this function and displ= ayed incorrectly with 'htmlentities' attribute in template bugdisplay.html. I'm not sure if these may be removed (e.g. for security reasons), but every= thing works ok for me, if I've removed htmlspecialchars function from /bug.= php (in function do_form) and htmlentities attribute from /templates/defaul= t/bugdisplay.html (on line 108). Jirka |