mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 02:32:51 +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);
|
||||
begin
|
||||
SaveToStream(Stream,False)
|
||||
SaveToStream(Stream,True)
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user