http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13801 Bug ID: 13801 Summary: SVC bib bad encoding Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Web services Assignee: koha-bugs@lists.koha-community.org Reporter: josef.moravec@gmail.com QA Contact: testopia@bugs.koha-community.org If you want to get marcxml bibliographic record through /svc/bib service, it return national characters badly (possibly double?) encoded. Like this: <datafield tag="653" ind1="0" ind2=" "> <subfield code="a">historické romány</subfield> <subfield code="a">JežÃÅ¡ Kristus</subfield> <subfield code="a">Jeruzalém</subfield> <subfield code="a">životopis</subfield> </datafield> It should be: <datafield tag="653" ind1="0" ind2=" "> <subfield code="a">historické romány</subfield> <subfield code="a">Ježíš Kristus</subfield> <subfield code="a">Jeruzalém</subfield> <subfield code="a">životopis</subfield> </datafield> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.