Re: [fpc-pascal] Re: stripping HTML

2011-04-17 Thread Ralf Junker
HTML is not meant to be handled on a line-by-line basis as other text-based formats. According to the specs, HTML is not line-based. Browsers should display the following two HTML snippets identically: one#13#10two and one#13#10two With HTML tags removed both result to: one two As such,

Re: [fpc-pascal] Re: stripping HTML

2011-04-17 Thread Ralf Junker
On 17.04.2011 16:30, Felipe Monteiro de Carvalho wrote: >> Yes, that looks perfect. I wouldn't even have a problem with the license >> or with paying for it, and I even still have D7. However, my program has >> to run on our Debian 64-bit servers. > > You could contact the authors and say that you