Use UTF-8 instead ISO-8859-1

(cherry picked from commit 6e2759f031)
This commit is contained in:
Mikhail Pavlovich Sidorenko 2022-03-14 15:07:13 +04:00 committed by Jean-Baptiste Onofré
parent 4bd21c558c
commit da51980aef
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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