Posted by Robert S on 07/06/06 23:24
>
> Why don't do simply perform some sort of encoding and decoding, like
> bin2hex() or base64_encode() or even a custom one?
>
Thanks. That looks like the best idea. Fortunately the program that
creates the files seems to give the files "safe" filenames, except for
the '.' with the extension. I might just trim off the extension and
add it at the other end. bin2hex also looks promising.
[Back to original message]
|