mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 04:26:13 +02:00
TStrings: old SaveToFile(string) and SaveToStream(TStream) should ignore Encoding and stay backwards compatible within FPC. Use the other overloads for Encoding-aware SaveTo* methods
git-svn-id: trunk@43942 -
This commit is contained in:
parent
98a494c5d6
commit
7dba9f0294
@ -1519,7 +1519,7 @@ end;
|
|||||||
|
|
||||||
Procedure TStrings.SaveToStream(Stream: TStream);
|
Procedure TStrings.SaveToStream(Stream: TStream);
|
||||||
begin
|
begin
|
||||||
SaveToStream(Stream,False)
|
SaveToStream(Stream,True)
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user