From 6e2759f0319aa04f5928ba055548cc504a331e6f Mon Sep 17 00:00:00 2001 From: Mikhail Pavlovich Sidorenko Date: Mon, 14 Mar 2022 15:07:13 +0400 Subject: [PATCH] Use UTF-8 instead ISO-8859-1 --- activemq-web-console/src/main/webapp/xml/queues.jsp | 2 +- activemq-web-console/src/main/webapp/xml/subscribers.jsp | 2 +- activemq-web-console/src/main/webapp/xml/topics.jsp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/activemq-web-console/src/main/webapp/xml/queues.jsp b/activemq-web-console/src/main/webapp/xml/queues.jsp index d9935b7ab8..4e2ba87687 100644 --- a/activemq-web-console/src/main/webapp/xml/queues.jsp +++ b/activemq-web-console/src/main/webapp/xml/queues.jsp @@ -1,4 +1,4 @@ -<%@ page contentType="text/xml;charset=ISO-8859-1"%> +<%@ page contentType="text/xml;charset=UTF-8"%> <%-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with diff --git a/activemq-web-console/src/main/webapp/xml/subscribers.jsp b/activemq-web-console/src/main/webapp/xml/subscribers.jsp index 774a4a10c0..8f45bf08a3 100644 --- a/activemq-web-console/src/main/webapp/xml/subscribers.jsp +++ b/activemq-web-console/src/main/webapp/xml/subscribers.jsp @@ -1,4 +1,4 @@ -<%@ page contentType="text/xml;charset=ISO-8859-1"%> +<%@ page contentType="text/xml;charset=UTF-8"%> <%-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with diff --git a/activemq-web-console/src/main/webapp/xml/topics.jsp b/activemq-web-console/src/main/webapp/xml/topics.jsp index a967b1f9a8..b42197ac49 100644 --- a/activemq-web-console/src/main/webapp/xml/topics.jsp +++ b/activemq-web-console/src/main/webapp/xml/topics.jsp @@ -1,4 +1,4 @@ -<%@ page contentType="text/xml;charset=ISO-8859-1"%> +<%@ page contentType="text/xml;charset=UTF-8"%> <%-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with