| > I've made up with a new -N option, called "%k", to preserve
> the query string as it is. Please tell me what do you think
> of it
Humm, accepted, but what will happend if the query string contains "reserved"
characters, such as "/", "*" (illegal on Windows), and so on .. ? The name
will be mangled later, and all "special" characters will be replaced by "_" -
and you won't be able to retreive the original one
| |