Summary: | ILS-DI should not use ISO-8851-9 encoding | ||
---|---|---|---|
Product: | Koha | Reporter: | Mirko Tietgen <mirko> |
Component: | Web services | Assignee: | Mirko Tietgen <mirko> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | trivial | ||
Priority: | P5 - low | CC: | bgkriegel, chrish, gmcharlt, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 10549 ILS-DI should not use ISO-8851-9 encoding
This patch changes a few occurences of ISO-8859-1 to UTF-8 within the XML generation of the ILS-DI module. [SIGNED OFF] ILS-DI should not use ISO-8851-9 encoding [SIGNED OFF] ILS-DI should not use ISO-8851-9 encoding ILS-DI should not use ISO-8851-9 encoding |
Description
Mirko Tietgen
2013-07-06 21:33:37 UTC
Created attachment 19477 [details] [review] Bug 10549 ILS-DI should not use ISO-8851-9 encoding This patch changes a few occurences of ISO-8859-1 to UTF-8 within the XML generation of the ILS-DI module. Created attachment 19478 [details] [review] This patch changes a few occurences of ISO-8859-1 to UTF-8 within the XML generation of the ILS-DI module. Mirko, we are missing a test plan ;) Giving it a try anyway ... :) Created attachment 19532 [details] [review] [SIGNED OFF] ILS-DI should not use ISO-8851-9 encoding This patch changes a few occurences of ISO-8859-1 to UTF-8 within the XML generation of the ILS-DI module. http://bugs.koha-community.org/show_bug.cgi?id=10549 Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> To test: - Activate ILS-DI system preference - Go to [youropac]/cgi-bin/koha/ilsdi.pl - Check all examples in the documentation for the correct encoding - Check GetAvailability gives you the correct encoding and check the source for the correct encoding Created attachment 19533 [details] [review] [SIGNED OFF] ILS-DI should not use ISO-8851-9 encoding This patch changes a few occurences of ISO-8859-1 to UTF-8 within the XML generation of the ILS-DI module. http://bugs.koha-community.org/show_bug.cgi?id=10549 Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> To test: - Activate ILS-DI system preference - Go to [youropac]/cgi-bin/koha/ilsdi.pl - Check all examples in the documentation for the correct encoding - Check GetAvailability gives you the correct encoding and check the source for the correct encoding Created attachment 19605 [details] [review] ILS-DI should not use ISO-8851-9 encoding This patch changes a few occurences of ISO-8859-1 to UTF-8 within the XML generation of the ILS-DI module. http://bugs.koha-community.org/show_bug.cgi?id=10549 Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> To test: - Activate ILS-DI system preference - Go to [youropac]/cgi-bin/koha/ilsdi.pl - Check all examples in the documentation for the correct encoding - Check GetAvailability gives you the correct encoding and check the source for the correct encoding Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Pushed to master, along with a follow-up to ensure that the output of the GetAvailability service is actually encoded as UTF-8. Thanks, Mirko! This patch has been pushed to 3.12.x, will be in 3.12.4. Thanks Mirko! Pushed to 3.10.x, will be in 3.10.11 Pushed to 3.8.x, will be in 3.8.18. |