doap icon indicating copy to clipboard operation
doap copied to clipboard

Wrong Content-Type for http://usefulinc.com/ns/doap

Open linkmauve opened this issue 7 years ago • 2 comments

The Content-Type header on this page should be application/rdf+xml; charset=utf-8 to let user-agents render it properly.

linkmauve avatar Aug 20 '17 19:08 linkmauve

@ewilderj Would this be the cause of various kinds of characters being rendered in the browser? for instance: for me on ubuntu 16.04/chrome at the url: http://usefulinc.com/ns/doap# I see the following:

	<dc:description xml:lang="pt">Vocabulário de descrição de um Projeto (DOAP - Description of a Project), descrito no esquema (schema) W3C RDF e na Web Ontology Language.</dc:description>```

There are some characters which are being mis-read. It seems to me to be an encoding error, perhaps because it is not well defined?

HughP avatar Oct 23 '17 17:10 HughP

@HughP yes, that is most likely the reason.

kjetilk avatar Mar 08 '18 10:03 kjetilk

This is finally fixed

ewilderj avatar Jun 06 '24 15:06 ewilderj