bug-texinfo
[Top][All Lists]
Advanced

[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 12:07:11 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

"Eli Zaretskii" <address@hidden> writes:

> However, my real problem is not with `+' per se, but with what will
> follow.  If `+' is allowed, people will want to have other characters
> as well.  Before long we will have `:', `|', `<', etc.  Where do we
> stop, and how do we explain that other characters cannot be present in
> file names?  At least now we have Posix to back us (many other
> programs impose similar restrictions on characters they use in file
> names).

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.  [0-9A-F] is
allowed by all file systems.
-- 
<address@hidden> <address@hidden> <address@hidden> <address@hidden>
Stanford Ph.D. Student - MSU Alumnus - Debian Maintainer - GNU Developer
Personal webpage: http://www.msu.edu/~pfaffben



reply via email to

[Prev in Thread] Current Thread [Next in Thread]