Looks good to me, except that you need to filter out special
characters.  The characters you include in the filename should be

  - okay for MIME (no quotes, and probably some others);
  - okay for Unix (no slashes);
  - okay for Windows (no lots of stuff).

The safe thing would be to replace anything that's not in
[-_0-9a-zA-Z] with a dash.

I'll be glad to apply this to darcs-unstable after you've made the
above change.

                                        Juliusz

_______________________________________________
darcs-devel mailing list
[email protected]
http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel

Reply via email to