[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: allowing "+" in .html file names
From: |
Ben Pfaff |
Subject: |
Re: allowing "+" in .html file names |
Date: |
29 Apr 2002 08:41:27 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
address@hidden (Karl Berry) writes:
> As for the original question, does + in a filename allowed in DOS? If it
> doesn't, clearly we cannot allow it. If it does, I think we may as well.
If + is not allowed under DOS, a reasonable alternative could be
to change them to `-'s or `_'s in normalize_filename(), which is
supposed to adapt a filename to fit the limitations of the
filesystem.
Re: allowing "+" in .html file names, Eli Zaretskii, 2002/04/29