Preliminary fix of the CGI.pm problem of always assuming that everything is
authoracli <acli>
Sun, 19 Jan 2003 06:15:44 +0000 (06:15 +0000)
committeracli <acli>
Sun, 19 Jan 2003 06:15:44 +0000 (06:15 +0000)
commitea50c2acb68494b8a4dfd36d7dbf8c488ee8b4cf
treeda83f87712910d21cbd5fc4ea90e32d737062d35
parent6bdd53ded8b91b5f1f92d70b4b07e360697b9d6e
Preliminary fix of the CGI.pm problem of always assuming that everything is
in ISO-8859-1.

A new C4::Charset module (tentative name) has been created to guess the
charset of a piece of HTML markup. The CGI programs will be modified to use
this module as they are encountered during translation.
C4/Auth.pm
C4/Charset.pm [new file with mode: 0644]
acqui.simple/addbooks.pl
admin-home.pl
admin/marc_subfields_structure.pl
admin/systempreferences.pl
catalogue-home.pl
mainpage.pl
t/Charset.t [new file with mode: 0644]