From: <rv...@us...> - 2010-05-28 07:59:21
|
Revision: 698 http://treebase.svn.sourceforge.net/treebase/?rev=698&view=rev Author: rvos Date: 2010-05-28 07:59:14 +0000 (Fri, 28 May 2010) Log Message: ----------- Specified content-type (utf-8) in http header Modified Paths: -------------- trunk/treebase-web/src/main/webapp/WEB-INF/pages/anyObjectAsRDF.jsp Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/anyObjectAsRDF.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/anyObjectAsRDF.jsp 2010-05-24 16:54:27 UTC (rev 697) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/anyObjectAsRDF.jsp 2010-05-28 07:59:14 UTC (rev 698) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <%@ include file="/common/taglibs.jsp"%> -<% response.setContentType("application/rss+xml"); %> +<% response.setContentType("application/rss+xml; charset=UTF-8"); %> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |