Use UTF-8 instead ISO-8859-1

This commit is contained in:
Mikhail Pavlovich Sidorenko 2022-03-14 15:07:13 +04:00
parent 5f9a516282
commit 6e2759f031
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