UserPreferences.st
branchjv
changeset 24904 0545a657e7a4
parent 23754 41e4acf3b3f6
--- a/UserPreferences.st	Wed Jun 12 15:02:01 2019 +0100
+++ b/UserPreferences.st	Fri Jun 14 12:48:45 2019 +0100
@@ -5637,14 +5637,18 @@
      the terminal emulator."
 
     ^ self
-	at:#terminalOutputIsUTF8
-	ifAbsent:[ OperatingSystem isOSXlike
-		   "/ or ???
-		 ]
+        at:#terminalOutputIsUTF8
+        ifAbsent:[ 
+            OperatingSystem isOSXlike
+                or: [ (OperatingSystem isUNIXlike and:[OperatingSystem getCodeset == #utf8]) 
+             " or: [ ??? ]"]
+                 ]
 
     "
      UserPreferences current terminalOutputIsUTF8
     "
+
+    "Modified (format): / 14-06-2019 / 12:29:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 terminalOutputIsUTF8:aBoolean
@@ -5854,7 +5858,6 @@
 
 
 
-
 !UserPreferences methodsFor:'default settings-syntax colors'!
 
 listOfPredefinedSyntaxColoringSchemes