mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 21:41:01 +02:00
LCL: fixed bug in ConsoleToUTF8() introduced in r26586 #a13d9ca23e.
git-svn-id: trunk@26587 -
This commit is contained in:
parent
a13d9ca23e
commit
f589a58cfb
@ -95,8 +95,9 @@ begin
|
||||
else
|
||||
Result := s;
|
||||
FreeMem(Dst);
|
||||
{$else}
|
||||
Result := SysToUTF8(S);
|
||||
{$endif}
|
||||
Result := SysToUTF8(Result);
|
||||
end;
|
||||
|
||||
function UTF8ToConsole(const s: string): string;
|
||||
|
Loading…
Reference in New Issue
Block a user