https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28094 Bug ID: 28094 Summary: Fix bad encoding of OVERRIDE_SYSPREF_LibraryName Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: magnus@libriotech.no QA Contact: testopia@bugs.koha-community.org I am creating alternative OPACs for a Koha site using the SetEnv techniques. When I set this in the Apache config: RequestHeader add X-Koha-SetEnv "OVERRIDE_SYSPREF_LibraryName Slægtsforskernes Bibliotek" there is a problem with the encoding, the name is displayed like this: Slægtsforskernes Bibliotek If I try to replace the "æ" with æ, that text is displayed as is, and not replaced by the proper letter: Slægtsforskernes Bibliotek Anyone got a clue how to fix this? -- You are receiving this mail because: You are watching all bug changes.