فهرست منبع

Fixed UTF8 characters in output panel

thareh 2 سال پیش
والد
کامیت
a8d8ceb751
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      maxide.bmx

+ 1 - 1
maxide.bmx

@@ -4068,7 +4068,7 @@ Type TOutputPanel Extends TToolPanel	'used build and run
 
 		bytes=pipe.ReadPipe()
 		If bytes
-			line$=String.FromBytes(bytes,Len bytes)
+			line$=String.FromUTF8Bytes(bytes,Len bytes)
 			line=line.Replace(Chr(13),"")
 			Write line
 		EndIf