mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Fix broken UTF8 export files
This commit is contained in:
@ -1315,7 +1315,7 @@ end;
|
||||
}
|
||||
procedure StreamWrite(S: TStream; Text: WideString = '');
|
||||
var
|
||||
utf8: string;
|
||||
utf8: AnsiString;
|
||||
begin
|
||||
utf8 := Utf8Encode(Text);
|
||||
S.Write(utf8[1], Length(utf8));
|
||||
|
Reference in New Issue
Block a user