Hello all,

Considering that we are well past the age when all filesystems had severe restrictions on allowable characters in path names, it would be nice if Movable Type supported this as well or at least provided an override to skip checking.

"/virtual hosts/org/y/a/yashoku/blog" fails the check because it contains a space
"/usr/local/www/yashoku.org/blogs/みんなの日本語" fails (presumably because it contains multibyte characters)

Granted, it would be unreasonable either to detect the underlying filesystem and encoding scheme or to expect users to be aware of the limitations of their own filesystems; however, providing an override to skip the check for those who are aware of such would be appreciated.

Thanks for the great infrastructure!