From: Martin G. <gim...@gi...> - 2003-02-25 19:39:28
|
Carsten <car...@ya...> writes: > Klaus suggested to me that simply removing the % sign from PhpWiki > dump / pgsrc filenames might eliminate such esoteric ftp problems. > It means a bit more work to write code for PhpWiki to decode these > filenames but I believe it can be done. Any comments / suggestions? Couldn't we simply substiture the '%' sign with some other non-alphanumeric character except '-', '_' and '.' which is ignored by rawurlencode()? Perhaps '~' og '='... When decoding, this character is then changed back to '%' and the normal rawurldecode() is used. -- Martin Geisler My GnuPG Key: 0xF7F6B57B See http://gimpster.com/ and http://phpweather.net/ for: PHP Weather => Shows the current weather on your webpage and PHP Shell => A telnet-connection (almost :-) in a PHP page. |