I was fixed this line in my lcsvutils.pas and the problem with lines It has been okay. System.Move(leadPtr^,W[1],length(W)*2);
And the last line of strange characters It is still not ok... https://youtu.be/5US9mdUxSm4 On Fri, Nov 6, 2015 at 1:05 PM, Mattias Gaertner <[email protected]> wrote: > On Fri, 6 Nov 2015 09:15:31 +0100 > fecske fecske <[email protected]> wrote: > >>[...] >> I could now test the Lazarus SVN Rev 50211 >> Unfortunately, I experience the same problem. >> https://youtu.be/0OdBpKAwXGM >> >> I use it 'tab' delimiter #9. >> >> Here's the code: >> procedure TForm1.FileListBox1Click(Sender: TObject); >> begin >> StringGrid1.LoadFromCSVFile(FileListBox1.FileName, #9, TRUE, 3 ,TRUE); >> end; >> >> I did a test, I wrote a Delphi code in a delphi IDE with unique >> function and stringgrid, and are not these characters and some lines >> not displayed correctly >> I use the same csv files. >> can be found in the attached zip file > > Fixed. > > Mattias > > -- > _______________________________________________ > Lazarus mailing list > [email protected] > http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
