My TStringList from Delphi loads fine with Delphi code, - and shows questions marks with FreePascal.
This is not surprising and easy to be solved:
https://forum.lazarus.freepascal.org/index.php/topic,32496.msg209626.html#msg209626This doing by code and run every loading again, - before I do this, I change then handful of unicode problem by hand.
My question is:
Is this a solution? Or will the StringList1.SaveToFile() and .LoadToFile()
bring the problem back?
In other words: Is it better to save as stream?