[Koha-bugs] [Bug 15190] Bad utf8 decode to unapi and fixing blank screen error status

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 4 23:31:31 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15190

--- Comment #6 from Héctor Eduardo Castro Avalos <hector.hecaxmmx at gmail.com> ---
(In reply to Marc Véron from comment #3)

> Regarding the bad utf8 encoding (#4 in test plan), can you give a hint on
> what is wrong?

Ahh.. Ok I understand the deconding problem only happend with oai_dc, srw_dc,
mods, mods-full, mods3, mods3-full, rdfdc

The format marcxml works well doesn't have utf8 decoding problem.

<dc:title>Antología de entremeses del Siglo de Oro /</dc:title><dc:creator>
    Arellano, Ignacio.
  </dc:creator><dc:creator>
    García Valdés, Celsa Carmen,
    ed.
  </dc:creator>

If you apply the patch
<dc:title>Antología de entremeses del Siglo de Oro /</dc:title><dc:creator>
    Arellano, Ignacio.
  </dc:creator><dc:creator>
    García Valdés, Celsa Carmen,
    ed.
  </dc:creator>

I saw the problem in 3.14 or 3.16 but I think in some way someone corrected the
problem, Zotero take metadata from marcxml.

Whe i was testing this bug I only tested with oai_dc, srw_dc and rdfdc.

That's my mistake

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list