]> git.koha-community.org Git - koha.git/commit
Bug 14584: Encoding broken with system preferences
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 18 Aug 2015 17:40:31 +0000 (18:40 +0100)
committerMason James <mtj@kohaaloha.com>
Mon, 28 Sep 2015 12:06:54 +0000 (01:06 +1300)
commitf4ba93afd2241bf7689199674c3596135996971f
treebf1d32d5b1f42de1c03753bc4a1f9c1266cd6842
parent087b6a43d9af1179485e7745bbf7c905f71d2a8f
Bug 14584: Encoding broken with system preferences

The pref are double encoded.

From bug 12411:
"This will fix the encoding issues existing in 3.14 and 3.16.
The issue still appear in master but is fixed by bug 11944."

They should not have been pushed together.

Test plan:
1) You need an accentuated language installed.
2) Go to NoLoginInstructions pref, and add some accentuated message like
"Hélo médames é mècieüx"
3) refresh opac home page, message should be gibberish
4) apply patch.  Message should be ok now.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Works as expected.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
(cherry picked from commit 813a047e236947a815c4be3c3dde38f19844b962)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
(cherry picked from commit 270187404e87bdae985e70a590834ed2dc5d49c7)
Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Koha/Template/Plugin/Koha.pm