--- Jakub Narebski <jnareb@xxxxxxxxx> wrote: > Junio C Hamano wrote: > > Jakub Narebski <jnareb@xxxxxxxxx> writes: > > > >> I'd rather add (and use) separate subroutine for quoting/escaping > >> values in HTTP headers, or to be more exact for the filename part > >> of HTTP header "Content-Disposition:". This way if we decide to > >> not replace all characters outside US-ASCII in suggested filename > >> to save with '?', but only qoublequote '"' and linefeed '\n' characters, > >> or even implement RFC 2047 to do the encoding (of course if browsers > >> can read it), we could do this in one place. > > > > Sounds sane. quote_filename? > > Luben Tuikov used to_qtext in > "[PATCH] gitweb: Convert Content-Disposition filenames into qtext" > Msg-ID: <20061006191801.68649.qmail@xxxxxxxxxxxxxxxxxxxxxxxxxxx> > http://permalink.gmane.org/gmane.comp.version-control.git/28437 I think that people familiar with the RFC will be able to quickly recognize what this function does, after seeing "qtext" in the name of the function. After all, not only filenames can be qtext. Luben - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html