Home > Archive > Ruby > August 2005 > Re: Nano Methods & Mega Modules
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: Nano Methods & Mega Modules
|
|
|
|
Randy Kramer wrote:
> On Tuesday 30 August 2005 10:06 pm, Trans wrote:
>
> I should have asked this question on the earlier post where an entity (?
> iirc?) was suggested to replace the "?" in the file name.
>
> I wouldn't have thought Windows can handle the file name even with such an
> "entity" in place of the "?"--can it?
URI codes, so ? -> %3F. % is acceptable, so it should work okay.
T.
| |
| Randy Kramer 2005-08-31, 7:00 pm |
| On Wednesday 31 August 2005 11:31 am, Trans wrote:
> Randy Kramer wrote:
>
> URI codes, so ? -> %3F. % is acceptable, so it should work okay.
Thanks!
Randy Kramer
|
|
|
|
|