From 7f9fe3e00ec71c44a02f4b96416de730b557fc12 Mon Sep 17 00:00:00 2001 From: Magnus Enger Date: Fri, 8 Mar 2013 17:12:33 +0100 Subject: [PATCH] [PASSED QA] Bug 9772 - Display Norwegian chars correctly in the patron category dropdown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To reproduce: - Install Norwegian translation - Run through the web installer in Norwegian, and make sure you choose the optionl ("2-Valgfritt") patron_categories.sql data - Log in and visit the "Patrons" page - The dropdown should contain black diamonds with question marks instead of the Norwegian chars æøå To test - Apply the patch to the situation above - Check the dropdown again - æøå should be displayed - If you want to check with other interface languages than Norwegian, remember to re-install the nb-NO translation after the patch has been applied This feels slightly like curing the symptom instead of the disease, alternative patches are welcome! Signed-off-by: Owen Leonard I agree that this doesn't seem like a broad enough solution, but it doesn't do any harm to apply an incomplete fix as long as the underlying problem can be followed up on. Note that this problem isn't specific to Norwegian, but doesn't happen with all non-basic characters. Signed-off-by: Katrin Fischer I tested with German umlauts and the Norwegian characters given on the bug report and problem went away after applying the patch. --- .../prog/en/includes/patron-toolbar.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc index 374d388..8d36da3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc @@ -4,7 +4,7 @@ -[% END %] \ No newline at end of file +[% END %] -- 1.7.9.5