From 155a9569ca074d1c41ce5cc68edf6181cb3ac22f Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 6 May 2019 14:39:00 -0400 Subject: WIP: split scite into el and fedora packages --- scite-fedora/scite-utf8.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 scite-fedora/scite-utf8.patch (limited to 'scite-fedora/scite-utf8.patch') diff --git a/scite-fedora/scite-utf8.patch b/scite-fedora/scite-utf8.patch new file mode 100644 index 0000000..a606d40 --- /dev/null +++ b/scite-fedora/scite-utf8.patch @@ -0,0 +1,13 @@ +--- scite.orig/src/SciTEGlobal.properties 2014-04-15 13:58:07.371190890 +0200 ++++ scite/src/SciTEGlobal.properties 2014-04-15 14:05:45.441406862 +0200 +@@ -278,8 +278,8 @@ + #code.page=932 + #character.set=128 + # Unicode +-#code.page=65001 +-code.page=0 ++code.page=65001 ++#code.page=0 + #character.set=204 + #command.discover.properties=python /home/user/FileDetect.py "$(FilePath)" + # Required for Unicode to work on GTK+: -- cgit