summaryrefslogtreecommitdiff
path: root/scite-el/scite-utf8.patch
blob: a606d40505a48dff012f0336b017e5dd0023c99e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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