Closed ashwinisukale closed 11 months ago
We have this PR for Maremma, where we have to pass skip_encoding option true to skip encoding. https://github.com/datacite/maremma/pull/16/files
skip_encoding
true
Here creatorName has ? in the name,
creatorName
?
ashwini ~/Documents/WorkSpace/CrossCite/content-negotiation master > curl -LH "Accept: application/vnd.datacite.datacite+xml" http://localhost:8085/10.82537/9vfw-rj81 <?xml version="1.0" encoding="UTF-8"?> <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4/metadata.xsd"> <identifier identifierType="DOI">10.82537/9VFW-RJ81</identifier> <creators> <creator> <creatorName nameType="Personal">Pankatz-Reu??, Miriam</creatorName>
expected
<creatorName nameType="Personal">Pankatz-Reuß, Miriam</creatorName>
fixed as a part of PR https://github.com/crosscite/content-negotiation/issues/127
We have this PR for Maremma, where we have to pass
skip_encoding
optiontrue
to skip encoding. https://github.com/datacite/maremma/pull/16/filesHere
creatorName
has?
in the name,expected