"Tony Lewis" <[EMAIL PROTECTED]> writes: > Hrvoje Niksic wrote: > > > A program can be built on one machine and run on one or more others. > > On one machine, yes, but can it be built on one architecture and run > on another?
But the same Unix build can be run on different file systems. > > I'm not aware of a way to reliably determine the coding of a file system. > > Neither am I, but my thinking was that a version of wget built on > "Unix" (whatever that means) could use "Unix" rules for file names. This is already the case -- see how `--restrict-file-names' is implemented. But it doesn't do charset conversion and I'm not sure that it can even be done automatically. Someone who understands Windows file systems should take this up, otherwise we're just guessing.
