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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
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/