From ea2b1a2ea6866aa97aef887def7f68ef9431529e Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 27 Jul 2007 17:03:06 +0000 Subject: don't say that the files are encoded as lines of 8-bit characters, which 2007-07-27 Vincent Untz * 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 Bug #11417. --- desktop-entry/ChangeLog | 7 +++++++ desktop-entry/desktop-entry-spec.xml | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'desktop-entry') 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 + + * 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 + Bug #11417. + 2007-05-30 Vincent Untz * 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". - 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. Compliant implementations MUST not remove any fields from the file, -- cgit v1.2.3-54-g00ecf