mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-01 07:43:45 +02:00
IDE: fpc msg parser: convert system to UTF8 encoding, bug #26623
git-svn-id: trunk@48033 -
This commit is contained in:
parent
9ca082f572
commit
8f8725a3c5
@ -2524,6 +2524,7 @@ var
|
||||
p: PChar;
|
||||
begin
|
||||
if Line='' then exit;
|
||||
Line:=LazUTF8.SysToUTF8(Line);
|
||||
p:=PChar(Line);
|
||||
fOutputIndex:=OutputIndex;
|
||||
fMsgID:=0;
|
||||
|
Loading…
Reference in New Issue
Block a user