Ver código fonte

Files are now saved as UTF-8. Fixes #67.

woollybah 5 anos atrás
pai
commit
b93740412f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      maxide.bmx

+ 1 - 1
maxide.bmx

@@ -5345,7 +5345,7 @@ Type TOpenCode Extends TToolPanel
 		Local txt$ = src.Replace$(Chr(10),Chr(13)+Chr(10))
 
 		Try
-			SaveText txt,file
+			SaveText txt,file, ETextStreamFormat.UTF8, False
 		Catch exception:Object
 			Local err$=String(exception)
 			Notify "Save Error~n"+err