I do not think that filter chains will help here as they operate on Readers and not on input streams.
Peter On 8/1/07, Alex Egg <[EMAIL PROTECTED]> wrote: > I don't understand how to use the filterchains, so I just wrote ant ant task > to remove the BOMs. Can you show me an example? > > On 7/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > You could try a <filterchain> to get rid off the BOMs when <concat>enating > > the files. > > > > Jan > > > > >-----Ursprüngliche Nachricht----- > > >Von: Alex Egg [mailto:[EMAIL PROTECTED] > > >Gesendet: Montag, 30. Juli 2007 22:33 > > >An: Ant Users List > > >Betreff: concat task on group of utf 8 files w/ BOM > > > > > >Hi, > > >I'm using the concat task with a fileset that points to a > > >bunch of files > > >with unicode byte order marks. After the task is complete I > > >wind up with > > >file that's full for BOMs, which down the road, crashes a > > >program that reads > > >this file. > > > > > >Any good solution to deal with this? The BOMS? > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
