Re: New web newsreader - requesting participation

2011-02-06 Thread Adam D. Ruppe
References: ii592i$c09$1...@digitalmars.com ii62n0$1r3i$1...@digitalmars.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit foobar f...@bar.com wrote: I'd implement the following filters/parsers for text posts: 2. parse BBCode. Well, let's hope this works! I'm now

Re: New web newsreader - requesting participation

2011-02-06 Thread Adam Ruppe
Well, it posted, but evidently still has a few bugs. As you can see, the newlines got butchered with the real data and some headers didn't come out right. Newlines have been the hardest thing in all of this. They sometimes matter in plain text, but sometimes are just an artifact of wrapping. They

Re: New web newsreader - requesting participation

2011-02-06 Thread Adam Ruppe
But, it looks like my code is just collapsing them a little too often. LOL: the reason it worked in my tests but not for the live post? \n\n != \r\n\r\n Stupid line ending bullshit. But with that fixed, I think all my woes are gone... I'll try the headers again later, but that should be