[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: allowing "+" in .html file names
From: |
Eli Zaretskii |
Subject: |
Re: allowing "+" in .html file names |
Date: |
Tue, 30 Apr 2002 07:42:30 +0300 (IDT) |
On 29 Apr 2002, Ben Pfaff wrote:
> In that case, why not use an escape mechanism? For instance,
> disallowed characters could be translated into a pair of hex
> digits representing the character's ASCII value.
That's possible, but note that it has its disadvantages: it makes the
file name longer, and might actually _create_ file-name collisions where
none were present before. Maybe we should do this as an option? Or
maybe we should have only some characters that are translated into hex,
while the rest are still replaced like they are today?
Re: allowing "+" in .html file names, Karl Berry, 2002/04/29
Re: allowing "+" in .html file names, Eli Zaretskii, 2002/04/29