[Koha-bugs] [Bug 13801] New: SVC bib bad encoding

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 6 08:51:58 CET 2015


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 at lists.koha-community.org
          Reporter: josef.moravec at gmail.com
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list