summaryrefslogtreecommitdiffstats
path: root/desktop-entry
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2007-07-27 17:03:06 +0000
committerVincent Untz <vuntz@gnome.org>2007-07-27 17:03:06 +0000
commitea2b1a2ea6866aa97aef887def7f68ef9431529e (patch)
treef39a9cc16ad9bf40b3e4bd10c525c40ae80ff7fb /desktop-entry
parentcfe043f16f9e97519ecf89295240455d676a476b (diff)
downloadxdg-specs-ea2b1a2ea6866aa97aef887def7f68ef9431529e.tar.xz
don't say that the files are encoded as lines of 8-bit characters, which
2007-07-27 Vincent Untz <vuntz@gnome.org> * desktop-entry-spec.xml: don't say that the files are encoded as lines of 8-bit characters, which is wrong for UTF-8. Use something a bit better proposed by Matthias Clasen <mclasen@redhat.com> Bug #11417.
Diffstat (limited to 'desktop-entry')
-rw-r--r--desktop-entry/ChangeLog7
-rw-r--r--desktop-entry/desktop-entry-spec.xml5
2 files changed, 10 insertions, 2 deletions
diff --git a/desktop-entry/ChangeLog b/desktop-entry/ChangeLog
index 256b668..ab7f74c 100644
--- a/desktop-entry/ChangeLog
+++ b/desktop-entry/ChangeLog
@@ -1,3 +1,10 @@
+2007-07-27 Vincent Untz <vuntz@gnome.org>
+
+ * desktop-entry-spec.xml: don't say that the files are encoded as
+ lines of 8-bit characters, which is wrong for UTF-8. Use something a
+ bit better proposed by Matthias Clasen <mclasen@redhat.com>
+ Bug #11417.
+
2007-05-30 Vincent Untz <vuntz@gnome.org>
* desktop-entry-spec.xml: s/DESKTOP_LAUNCH_ID/DESKTOP_STARTUP_ID/
diff --git a/desktop-entry/desktop-entry-spec.xml b/desktop-entry/desktop-entry-spec.xml
index 4b52d19..02130a9 100644
--- a/desktop-entry/desktop-entry-spec.xml
+++ b/desktop-entry/desktop-entry-spec.xml
@@ -79,8 +79,9 @@
fall back to recognition via "magic detection".
</para>
<para>
- Desktop entry files are encoded as lines of 8-bit characters separated
- by LF characters. Case is significant everywhere in the file.
+ Desktop entry files are encoded in UTF-8. A file is interpreted as a
+ series of lines that are separated by linefeed characters. Case is
+ significant everywhere in the file.
</para>
<para>
Compliant implementations MUST not remove any fields from the file,