arbitrary weird characters in filenames
Status: Beta
Brought to you by:
superpete
This problem was attacked previously, but not in a
systemwatic way.
To work correctly with ANY filename (all characters
except / and nul are fair game), it is necessary to do
more code cleanup, and to careful whenever doing an
"open" or invoking an external program.
Logged In: YES
user_id=469198
i think its fixed
Logged In: YES
user_id=469198
UPDATE- in nearly all cases, it's good enough now. The only
character that causes problems consistently is "\n". This
has its own bug.