http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6554 --- Comment #177 from Chris Cormack <chris@bigballofwax.co.nz> --- (In reply to Tomás Cohen Arazi from comment #176)
(In reply to Serhij Dubyk from comment #174)
Created attachment 23107 [details] Screenshot for Patrons in Koha 3.14.0
Bug still exists. Any patrons category name in not ASCII will damage page. On screenshot one category presented on Ukrainian, if it is removed (or transliterated), the encoding problem disappears. But it is not a good solution.
What are the steps to reproduce? Correct me if I'm wrong:
1) In a fresh Koha, generate translation into XX 2) Select XX for the staff interface (i.e. enable it, and choose it) 3) Go to the Patrons page 4) Everything looks fine 5) In the admin page, create a patron category with (say) the non-ASCII character 'ñ'. 6) Go back to the Patrons page, everything is broken
Is that the way to reproduce it?
It is caused by includes/patron-search.inc .. if you comment out the include call to it out, the page renders just fine. Will make a new bug and attach a patch when I figure out the fix -- You are receiving this mail because: You are watching all bug changes.