--------------060907080102080907010905 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Trans wrote: >Jeff Wood wrote: > > > >>What's up with the funky names ... >> >> > >Since Ruby methods can have/be punctuation marks, it is necessary to >encode them in order to be compatible with all file systems. I have >used URI escaping so: > > : -> %3A > ? -> %3F > ! -> %21 > > %3D > >etc. > > > > > Wow, I'd say that the punctionation ( with conversion or not ) should come out of the filenames... the %3A stuff is about as un-user-friendly as anything I've ever seen. j. --------------060907080102080907010905--