Summary: | Using <<branches.opac_info>> in html notices gives wrong encoding in generated letters | ||
---|---|---|---|
Product: | Koha | Reporter: | Sophie MEYNIEUX <sophie.meynieux> |
Component: | Notices | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | jonathan.druart |
Version: | Main | ||
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: |
Description
Sophie MEYNIEUX
2014-10-15 17:31:28 UTC
Sophie, Could you explain more precisely please? I tried with unicode characters in the letter template and in the branches.opac_info => it works I tried with diacritics (é) in the letter template and in the branches.opac_info => it displays "é" for the opac_info. Same behavior for html and non-html letters. Note that the é is contained in opac_info (because of mce). Was it your issue? Needs verifying, but what i suspect is that the HTML tags used in OPAC info might be displaying, because they get escaped (or were, this is an old bug report). With TT you might be able to resolve this using raw. Untested. |