IDE: fpc msg parser: convert system to UTF8 encoding, bug #26623

git-svn-id: trunk@48033 -
This commit is contained in:
mattias 2015-02-27 23:09:59 +00:00
parent 9ca082f572
commit 8f8725a3c5

View File

@ -2524,6 +2524,7 @@ var
p: PChar;
begin
if Line='' then exit;
Line:=LazUTF8.SysToUTF8(Line);
p:=PChar(Line);
fOutputIndex:=OutputIndex;
fMsgID:=0;