From 8f8725a3c548074e6f3ff7d253670f3e14d3e0da Mon Sep 17 00:00:00 2001 From: mattias Date: Fri, 27 Feb 2015 23:09:59 +0000 Subject: [PATCH] IDE: fpc msg parser: convert system to UTF8 encoding, bug #26623 git-svn-id: trunk@48033 - --- ide/etfpcmsgparser.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/ide/etfpcmsgparser.pas b/ide/etfpcmsgparser.pas index 371629a663..e45fa05241 100644 --- a/ide/etfpcmsgparser.pas +++ b/ide/etfpcmsgparser.pas @@ -2524,6 +2524,7 @@ var p: PChar; begin if Line='' then exit; + Line:=LazUTF8.SysToUTF8(Line); p:=PChar(Line); fOutputIndex:=OutputIndex; fMsgID:=0;