Summary: | Patron categories not properly displayed if not pure ASCII | ||
---|---|---|---|
Product: | Koha | Reporter: | Frédéric Demians <f.demians> |
Component: | Patrons | Assignee: | Frédéric Demians <f.demians> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | minor | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | gmcharlt, paul.poulain, ropuch |
Version: | 3.6 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Proposed patch
[SIGNED-OFF] Bug 6989 Patron categories not properly displayed if not pure ASCII Bug 6989 Patron categories not properly displayed if not pure ASCII |
Description
Frédéric Demians
2011-10-08 13:42:23 UTC
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. |