character issue for PATENTSCOPE api

Posted by Ivan Li on
URL: http://wipo-patentscope-forum.376.s1.nabble.com/character-issue-for-PATENTSCOPE-api-tp7573841.html

Hi, PATENTSCOPE

we are using http://patentscope.wipo.int/patentscope-webservice/servicesPatentScope to search for PCT patent biblio info, and we are meeting some character issue as blow

for patent number "RU2017000400"

* in PATENTSCHOPE web page in https://patentscope.wipo.int/search/en/detail.jsf?docId=WO2018169434&redirectedID=true, the agent address display well as "КУПЦОВА, Елена Вячеславовна KUPTSOVA, Elena Vyacheslavovna; ООО «Федеральное Патентное Бюро «ГАРДИУМ», Рязанский проспект, 75/4, 1-я башня, 7 этаж, Москва, ООО «Federal'noe Patentnoe Byuro «GARDIUM» Ryazansky prospect, 75/4, 1-aya bashnya, 7 etazh Moscow, 109456, RU"

* in patentscope api http://patentscope.wipo.int/patentscope-webservice/servicesPatentScope, when we are trying to search the data as command below

curl -v -XPOST --header "Content-Type:text/html"  http://user:passwd@patentscope.wipo.int/patentscope-webservice/servicesPatentScope \
-d @- << EOF
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
        <getIASR xmlns="http://www.wipo.org/wsdl/ps">
            <iaNumber>RU2017000400</iaNumber>
        </getIASR>
    </soap:Body>
</soap:Envelope>
EOF

the return results will contains strange character, like below



is there a way to fix that in PatentScope side

Thanks