summaryrefslogtreecommitdiff
path: root/scite-fedora/scite-utf8.patch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-05-13 12:50:17 +0000
committerB Stack <bgstack15@gmail.com>2019-05-13 12:50:17 +0000
commit90fab6d00b315231fb2d7d2c9dd4ab90d9a09689 (patch)
tree7fb347f0519d18d8361356012093d28e65828b18 /scite-fedora/scite-utf8.patch
parentMerge branch 'waterfox-bump' into 'master' (diff)
parentWIP: add scl to scite-el for el6 (diff)
downloadstackrpms-90fab6d00b315231fb2d7d2c9dd4ab90d9a09689.tar.gz
stackrpms-90fab6d00b315231fb2d7d2c9dd4ab90d9a09689.tar.bz2
stackrpms-90fab6d00b315231fb2d7d2c9dd4ab90d9a09689.zip
Merge branch 'scite-bump' into 'master'
add scite See merge request bgstack15/stackrpms!59
Diffstat (limited to 'scite-fedora/scite-utf8.patch')
-rw-r--r--scite-fedora/scite-utf8.patch13
1 files changed, 13 insertions, 0 deletions
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+:
bgstack15