Koha/C4/Interface/CGI
plg 499484a768 bug fixed: utf-8 data where not displayed correctly in screens. Supposing
your data are truely utf-8 encoded in your database, they should be
correctly displayed. "set names 'UTF8'" on mysql connection (C4/Context.pm)
is mandatory and "binmode" to utf8 (C4/Interface/CGI/Output.pm) seemed to
converted data twice, so it was removed.
2006-03-15 11:21:56 +00:00
..
Output.pm bug fixed: utf-8 data where not displayed correctly in screens. Supposing 2006-03-15 11:21:56 +00:00
Template.pm Moved C4/Charset.pm to C4/Interface/CGI/Output.pm 2003-02-02 07:18:37 +00:00