C4::Category module returns badly encoded patron categories when they are containing non pure-ASCII characters. To reproduce this bug: - Go in Administration > Patron Categories - Add a new category. Give it this code for example: Café - Click on Patrons link on top menu - Click on New button => You get 'Café' displayed without accent
Created attachment 5796 [details] [review] Proposed patch
Created attachment 5840 [details] [review] [SIGNED-OFF] Bug 6989 Patron categories not properly displayed if not pure ASCII C4::Category module returns badly encoded patron categories when they are containing non pure-ASCII characters. To reproduce this bug: - Go in Administration > Patron Categories - Add a new category. Give it this code for example: Café - Click on Patrons link on top menu - Click on New button => You get 'Café' displayed without accent Signed-off-by: Piotr Wejman <ropuch@bagno.be>
Created attachment 5961 [details] [review] Bug 6989 Patron categories not properly displayed if not pure ASCII C4::Category module returns badly encoded patron categories when they are containing non pure-ASCII characters. To reproduce this bug: - Go in Administration > Patron Categories - Add a new category. Give it this code for example: Café - Click on Patrons link on top menu - Click on New button => You get 'Café' displayed without accent Signed-off-by: Piotr Wejman <ropuch@bagno.be> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
QA comment: * good test plan * patch fixes the problem, and is comparable to previous ones related to itemtypes passed QA
patch pushed, please test
This was included in the 3.6 branch prior to 3.6.4.