From: <rv...@us...> - 2010-05-28 08:03:58
|
Revision: 699 http://treebase.svn.sourceforge.net/treebase/?rev=699&view=rev Author: rvos Date: 2010-05-28 08:03:51 +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/searchResultsAsRDF.jsp Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/searchResultsAsRDF.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/searchResultsAsRDF.jsp 2010-05-28 07:59:14 UTC (rev 698) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/searchResultsAsRDF.jsp 2010-05-28 08:03:51 UTC (rev 699) @@ -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:dcterms="http://purl.org/dc/terms/" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |