Bug 13555 - Encoding problems on the vendor summary and edit pages
Summary: Encoding problems on the vendor summary and edit pages
Status: CLOSED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-12 09:23 UTC by Katrin Fischer
Modified: 2016-06-21 21:37 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2015-01-12 09:23:39 UTC
We see kind of inconsistent encoding problems for the vendor in Koha 3.18.2.

The encoding problems appear for umlauts in the data from the database and also for the strings in the templates. Examle: Bärbel as name for the contact, or "Kontakt für verspätete Hefte" (contact for late issues).

The problems are visible on the summary page and on the edit form.

The problem is inconsistent, because sometimes when you open the page everything is ok... then only the database data shows the problem and the strings from the template are ok... and then both is broken.

Not sure what's happening there.
Comment 1 Jonathan Druart 2015-01-12 09:27:52 UTC
Should be fixed by 11944.
To fix this issue without 11944, we need to escape the string with the html_entity TT filter in the template.