From 733f4ab69f0aa62edfa85ef5944cd1c7cc1a08e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Thu, 17 Mar 2016 10:10:41 +0100 Subject: [PATCH] Add upstream patch for gap.xml --- 0001-Fix-encoding-for-gap.xml-use-UTF-8.patch | 25 +++++++++++++++++++ kf5-ktexteditor.spec | 4 +++ 2 files changed, 29 insertions(+) create mode 100644 0001-Fix-encoding-for-gap.xml-use-UTF-8.patch diff --git a/0001-Fix-encoding-for-gap.xml-use-UTF-8.patch b/0001-Fix-encoding-for-gap.xml-use-UTF-8.patch new file mode 100644 index 0000000..8b39ba2 --- /dev/null +++ b/0001-Fix-encoding-for-gap.xml-use-UTF-8.patch @@ -0,0 +1,25 @@ +From cdde396dff2753106ade74942a312a063f66b218 Mon Sep 17 00:00:00 2001 +From: Luigi Toscano +Date: Thu, 17 Mar 2016 01:18:06 +0100 +Subject: [PATCH] Fix encoding for gap.xml (use UTF-8) + +The file is really ASCII-only (7 bit), so both ISO-8859-15 and UTF-8 works +but no need to use a deprecated encoding. +(this could help systems were support for those encodings has been removed). +--- + src/syntax/data/gap.xml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/syntax/data/gap.xml b/src/syntax/data/gap.xml +index 1af543d..df766a0 100644 +--- a/src/syntax/data/gap.xml ++++ b/src/syntax/data/gap.xml +@@ -1,4 +1,4 @@ +- ++ + +