[Koha-bugs] [Bug 11906] Bad display of utf-8 chars in Patron lists (Datatable)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 27 10:15:57 CET 2014


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Passed QA
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m
             Blocks|                            |11944
         QA Contact|testopia at bugs.koha-communit |jonathan.druart at biblibre.co
                   |y.org                       |m

--- Comment #13 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Galen,

We had this patch for bug 11944, so I completely agree with it! Actually it is
not on bug 11944, it seems it disappears on rebasing/squashing patches :-/

I still have the patch on a local branch and the difference is:
1/ We added
     $schema->storage->on_connect_do('SET NAMES utf8');
in Koha::Database::_new_schema
Which is stupid! From the mysql doc: "if you turn the flag on after connecting,
you will need to issue the command SET NAMES utf8 to get the same effect."

2/ We did not propose unit tests, so ++ :)

3/ We removed the Koha::Template::Plugin::EncodeUTF8 uses in circ/renew.pl
This plugin is now useless.
I will submit a followup on QAing, feel free to ask open a new specific report
for it.

Marked as Passed QA.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list