[Scummvm-git-logs] scummvm-web master -> 0f2c4d6d978b7a23bdf79e59ba7968cd6886dc14
sev-
sev at scummvm.org
Fri Apr 3 11:48:07 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
0f2c4d6d97 DATA: Changing all XML files to UTF-8
Commit: 0f2c4d6d978b7a23bdf79e59ba7968cd6886dc14
https://github.com/scummvm/scummvm-web/commit/0f2c4d6d978b7a23bdf79e59ba7968cd6886dc14
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2020-04-03T13:48:04+02:00
Commit Message:
DATA: Changing all XML files to UTF-8
The compatibility files have already been changed through #113. Changing the rest for consistency. Compared the pages and didn't see any differences.
Changed paths:
data/documentation.xml
data/downloads.xml
data/faq-xml.xml
data/faq-xml.xsl
data/games.xml
data/links.xml
data/menus.xml
data/press_articles.xml
data/screenshots.xml
data/subprojects.xml
diff --git a/data/documentation.xml b/data/documentation.xml
index ab94781d..c58dd672 100644
--- a/data/documentation.xml
+++ b/data/documentation.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
<documentation xmlns:h="http://www.w3.org/TR/html4/">
<document>
<name>README {$release}</name>
diff --git a/data/downloads.xml b/data/downloads.xml
index 7e53cec0..fec1e0f3 100644
--- a/data/downloads.xml
+++ b/data/downloads.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
<downloads xmlns:h="http://www.w3.org/TR/html4/">
<section>
<title>
diff --git a/data/faq-xml.xml b/data/faq-xml.xml
index 3462d545..7a630be8 100644
--- a/data/faq-xml.xml
+++ b/data/faq-xml.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
<faq xmlns:h="http://www.w3.org/TR/html4/">
<section>
<title>Introduction</title>
diff --git a/data/faq-xml.xsl b/data/faq-xml.xsl
index e7e4d14d..8ba11d3b 100644
--- a/data/faq-xml.xsl
+++ b/data/faq-xml.xsl
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" indent="yes" encoding="iso-8859-1" />
<xsl:template match="/">
diff --git a/data/games.xml b/data/games.xml
index 4f239f47..570cf57c 100644
--- a/data/games.xml
+++ b/data/games.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
<downloads xmlns:h="http://www.w3.org/TR/html4/">
<section>
<title>
diff --git a/data/links.xml b/data/links.xml
index 4c6819d9..5378b424 100644
--- a/data/links.xml
+++ b/data/links.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
<external_links xmlns:h="http://www.w3.org/TR/html4/">
<group>
<name>Libraries & Technologies</name>
diff --git a/data/menus.xml b/data/menus.xml
index a75b5cc5..e7533c10 100644
--- a/data/menus.xml
+++ b/data/menus.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
<menus>
<group>
<name>{#menuHeaderMain#}</name>
diff --git a/data/press_articles.xml b/data/press_articles.xml
index 69e4f047..bd8f33a2 100644
--- a/data/press_articles.xml
+++ b/data/press_articles.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
<articles>
<article>
<url>https://levvvel.com/scummvm/</url>
diff --git a/data/screenshots.xml b/data/screenshots.xml
index a5b1a040..df963805 100644
--- a/data/screenshots.xml
+++ b/data/screenshots.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!-- <file> contains the base of the filename, thumbnail is <file>.jpg, full image is <file>-full.png -->
<screenshots>
<group>
diff --git a/data/subprojects.xml b/data/subprojects.xml
index 17445c20..fa38748a 100644
--- a/data/subprojects.xml
+++ b/data/subprojects.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
<subprojects xmlns:h="http://www.w3.org/TR/html4/">
<project>
<name>ScummEx (svn subtree 'scummex')</name>
More information about the Scummvm-git-logs
mailing list