[Koha-bugs] [Bug 11944] Cleanup Koha UTF-8

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 3 15:26:07 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11944

--- Comment #35 from Paola Rossi <paola.rossi at cineca.it> ---
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.


More information about the Koha-bugs mailing list