[gnome-control-center/wip/inigomartinez/gettext: 3/4] sound: specify encoding in the XML declaration of gnome-sounds-default.xml



commit c1aee6459e59ad63a85b93b56edb44271b1b1368
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Tue Sep 12 17:40:41 2017 +0200

    sound: specify encoding in the XML declaration of gnome-sounds-default.xml
    
    Without it, gettext mangles UTF-8 characters.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=787588

 .../data/sounds/gnome-sounds-default.xml.in.in     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/sound/data/sounds/gnome-sounds-default.xml.in.in 
b/panels/sound/data/sounds/gnome-sounds-default.xml.in.in
index abce16b..9563fa9 100644
--- a/panels/sound/data/sounds/gnome-sounds-default.xml.in.in
+++ b/panels/sound/data/sounds/gnome-sounds-default.xml.in.in
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <sounds>
   <sound deleted="false">
     <!-- Translators: This is the name of an audio file that sounds like the bark of a dog.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]