summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2006-11-05 18:50:19 +0000
committerTaybin Rutkin <taybin@taybin.com>2006-11-05 18:50:19 +0000
commite6f2da1a5a9d8426dc5977917d693ddfaf198e51 (patch)
tree019faa2c0df85298030c3a63d8b210f84a7bed0e
parentc43bc76b704256c96933a9b4f45472a6e900e019 (diff)
Set UTF-8 encoding for ardour.rc.in and ardour_system.rc.
git-svn-id: svn://localhost/ardour2/trunk@1073 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--ardour.rc.in2
-rw-r--r--ardour_system.rc2
2 files changed, 2 insertions, 2 deletions
diff --git a/ardour.rc.in b/ardour.rc.in
index de79c11ebc..a8c8b74bfd 100644
--- a/ardour.rc.in
+++ b/ardour.rc.in
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
<Ardour>
<MIDI-port tag="%MIDITAG%" device="ardour" type="%MIDITYPE%" mode="duplex"/>
<MIDI-port tag="control" device="ardour" type="%MIDITYPE%" mode="duplex"/>
diff --git a/ardour_system.rc b/ardour_system.rc
index 05cdcab3fd..b7f6c22e9b 100644
--- a/ardour_system.rc
+++ b/ardour_system.rc
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
<Ardour>
<Config>
<Option name="minimum-disk-io-bytes" value="262144"/>