http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11944
--- Comment #35 from Paola Rossi <[email protected]> --- IOO the error depended on the 3 lines of ./admin/authorised_values.pl: print "Content-Type: text/html ........... (165,195,227) because of the lack of charset="utf-8". Now the 165-th line appears so: 165 print "Content-Type: text/html; charset=\"utf-8\"...... We add charset="utf-8" in these 3 lines in our installation, and now everything's OK. Now the current category is correctly shown in the dropdown list, even if its name contains some UTF-8 chars. So now the dropdown list preselects the good value. The error appeared only with Firefox 28.0; it didn't appear with Explorer v.10 nor with Chrome v.33. With Zeno some lines like those are similar in others cgi. See f.i.: <http://paste.koha-community.org/204> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
