It will have to support whitespace in filenames but I haven't decided how to escape it yet. Backslashes are a good idea but so is seperating them by line. However if I'm looking for newlines in may become awkward in the code. Either way it will have to be resolved. If anyone else has any opinions on how to resolve the let me know, I'll see what the general consensus is and work on it like that.
~Sam On 31 May 2011 10:17, Raphael Hertzog <[email protected]> wrote: > On Tue, 31 May 2011, sean finney wrote: > > Does this mean it will not be possible to divert a file when the source > > or destination has whitespace in it? If so I'd suggest you also have > > support for some backslash-type escaping. > > Or to use two lines instead of one. And to support multiple entries make > the different entries separated by an empty line (so that it's possible to > add supplementary fields in the future shall that be required). > > --- > <source1> > <dest1> > > <source2> > <dest2> > --- > > Cheers, > -- > Raphaël Hertzog ◈ Debian Developer > > Follow my Debian News ▶ http://RaphaelHertzog.com (English) > ▶ http://RaphaelHertzog.fr (Français) > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact > [email protected] > Archive: > http://lists.debian.org/[email protected] > > -- Sam Dunne BSc Computer Science, UCD Dublin.

