datacite / search

The DataCite search backend
3 stars 3 forks source link

encoding problem? #29

Closed dataoverflow closed 13 years ago

dataoverflow commented 13 years ago

there is potential encoding problem - see search for doi:10.4122/1.1000054580

koelnconcert commented 13 years ago

see details for 10.4122/1.1000054580. Characters (in title field) not shown properly are U+201C and U+201D (quotations marks), see unicode table. Both are encoded correctly in xml.

koelnconcert commented 13 years ago

it's more complicated. Dealing with different charsets is the key problem, see https://issues.apache.org/jira/browse/SOLR-2347

RachaelKotarski commented 12 years ago

I'm not sure if this issue is closed because it was thought to be fixed, or closed because there is no fix, but I only came across this issue today: http://data.datacite.org/10.6096/BLLAST.TETHEREDBALLOONSCNRM shows encoding problems. again, it is displaying correctly in the XML, but not on the page.

koelnconcert commented 12 years ago

Cannot see any encoding problems. Can you be more verbose, please?

I can only see some problems with overlapping labels (Ticket).

RachaelKotarski commented 12 years ago

Sorry, the Citation section on the page I linked above is displaying the text "Piguet, Bruno; Legain, Dominique; (2011): Tethered balloons CNRM Site 1; Météo-France, GAME. http://dx.doi.org/10.6096" The publisher is displayed like this in IE7 and Firefox(12.0).

The publisher should be "Météo-France"

I got to this page via search, which is why I posted here, sorry if I should I have put else where.

koelnconcert commented 12 years ago

Ok, I see. This is because your browser chose another encoding (ISO-8859-1) than mine (UTF-8). This is already fixed by @edzuk on test. This is also not related to the original problem in this ticket.