Bug? Unicode errors when getting authors from ISBN
The ISBN of 9781000368918 should return the authors "Maria-Teresa Lepeley" and "Nicolas Majluf"
Instead, it gets "Mar??a Teresa Lepeley" and "Nicol??s S Majluf"
Which ISBN lookup service does Zotero use? It may be a problem with the source data, or some UTF-8 mangling somewhere.
Thanks!
Screenshot at https://twitter.com/edent/status/1483818795244437506
Instead, it gets "Mar??a Teresa Lepeley" and "Nicol??s S Majluf"
Which ISBN lookup service does Zotero use? It may be a problem with the source data, or some UTF-8 mangling somewhere.
Thanks!
Screenshot at https://twitter.com/edent/status/1483818795244437506
```
{
"creators": [
{
"creatorType": "author",
"firstName": "Mar??a Teresa",
"lastName": "Lepeley"
},
{
"creatorType": "author",
"firstName": "Nicol??s S",
"lastName": "Majluf"
}
]
}
```
Seems to be from WorldCat? But the error doesn't appear on their site that I can see. https://www.worldcat.org/title/soft-skills-for-human-centered-management-and-global-sustainability/oclc/1226556103&referer=brief_results
(This is a widespread issue with data on their site — there've been a bunch of recent reports of this.)