mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-02 12:03:38 +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;
|
p: PChar;
|
||||||
begin
|
begin
|
||||||
if Line='' then exit;
|
if Line='' then exit;
|
||||||
|
Line:=LazUTF8.SysToUTF8(Line);
|
||||||
p:=PChar(Line);
|
p:=PChar(Line);
|
||||||
fOutputIndex:=OutputIndex;
|
fOutputIndex:=OutputIndex;
|
||||||
fMsgID:=0;
|
fMsgID:=0;
|
||||||
|
Loading…
Reference in New Issue
Block a user