From b756ff5da9b18c533b9c40be4f83f2dc8e826e36 Mon Sep 17 00:00:00 2001 From: Henryk Paluch Date: Thu, 24 Jul 2014 15:38:14 +0200 Subject: [PATCH] fixes charset for international RSS --- rss-edge/webapp/jsp/rss.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rss-edge/webapp/jsp/rss.jsp b/rss-edge/webapp/jsp/rss.jsp index 82cdddd..3eea8cb 100644 --- a/rss-edge/webapp/jsp/rss.jsp +++ b/rss-edge/webapp/jsp/rss.jsp @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -%> +%><%@page contentType="text/html;charset=utf-8" %> <%@page import="com.netflix.hystrix.HystrixCommand"%> <%@page import="com.netflix.recipes.rss.hystrix.AddRSSCommand"%> <%@page import="com.netflix.recipes.rss.hystrix.DeleteRSSCommand"%>