mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 08:36:17 +02:00
lazutils: fixed ConsoleToUTF8 on Windows
git-svn-id: trunk@50624 -
This commit is contained in:
parent
902051323d
commit
9e8df5c8ed
@ -237,7 +237,7 @@ begin
|
||||
else
|
||||
Result := s;
|
||||
FreeMem(Dst);
|
||||
Result := SysToUTF8(Result);
|
||||
Result := WinCPToUTF8(Result);
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user