aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-10-09 11:56:52 +0200
committerUlrich Müller <ulm@gentoo.org>2022-10-09 11:56:52 +0200
commitb877f644c77f43e07adc134c72d79972e4e4fa23 (patch)
tree8e7a50bb84cf76ca0cae225b3405c86a0e7591d2 /profiles/use.mask/text.xml
parentebuild-writing/variables: Fix example for ROOT (diff)
downloaddevmanual-b877f644c77f43e07adc134c72d79972e4e4fa23.tar.gz
devmanual-b877f644c77f43e07adc134c72d79972e4e4fa23.tar.bz2
devmanual-b877f644c77f43e07adc134c72d79972e4e4fa23.zip
Explicitly specify UTF-8 encoding in XML declarations
As specified by the DevBook XML guide. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'profiles/use.mask/text.xml')
-rw-r--r--profiles/use.mask/text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/use.mask/text.xml b/profiles/use.mask/text.xml
index c44b234..f3c080c 100644
--- a/profiles/use.mask/text.xml
+++ b/profiles/use.mask/text.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
<guide self="profiles/use.mask/">
<chapter>
<title>Profiles <c>use.mask</c> File</title>