diff options
author | B Stack <bgstack15@gmail.com> | 2019-05-05 17:09:15 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-05-05 17:09:15 -0400 |
commit | adb2e06a482bd16a5d124a9ede7aae5f39636daf (patch) | |
tree | 621c1563b75553e3c1c4c89f331aea0b892e1699 /scite/scite-utf8.patch | |
parent | Merge branch 'palemoon-bump' into 'master' (diff) | |
download | stackrpms-adb2e06a482bd16a5d124a9ede7aae5f39636daf.tar.gz stackrpms-adb2e06a482bd16a5d124a9ede7aae5f39636daf.tar.bz2 stackrpms-adb2e06a482bd16a5d124a9ede7aae5f39636daf.zip |
add scite 4.1.5
Diffstat (limited to 'scite/scite-utf8.patch')
-rw-r--r-- | scite/scite-utf8.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scite/scite-utf8.patch b/scite/scite-utf8.patch new file mode 100644 index 0000000..a606d40 --- /dev/null +++ b/scite/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+: |