http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12279
Tomás Cohen Arazi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #17 from Tomás Cohen Arazi <[email protected]> --- (In reply to M. de Rooy from comment #15) > Created attachment 28517 [details] [review] > Bug 12279: Counterpatch touching only preferences.pl > > Instead of a new routine in Templates.pm that actually only decodes the > data, I would recommend to put this temporary fix into preferences.pl. > Bug 11944 should provide the real fix.. I first tried that same approach, but hesitated to implement it that way beacuse i wasn't sure about the effect of double encoding in some unknown scenario: i.e. we are messing with UTF-8 inside C4::Templates->output() and again on its output. Anyway, I tried this (again) on both YAML::Syck 1.19 and 1.27 and the patch fixes the problem. If Galen agrees on Marcel's approach I'd like to push this one soon. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
