bug fixed: utf-8 data where not displayed correctly in screens. Supposing
authorplg <plg>
Wed, 15 Mar 2006 11:21:56 +0000 (11:21 +0000)
committerplg <plg>
Wed, 15 Mar 2006 11:21:56 +0000 (11:21 +0000)
commit499484a768abf48814438e527a764944d54d82d0
tree051003bf794460e3eaa9551affb4ff6a40f569e0
parent408f5486f62e33f5b0fc3de1782d113989950ff9
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.
C4/Context.pm
C4/Interface/CGI/Output.pm