WhichEncodingDoIUseForNamingPHPSourceFilesAndFolders
Which encoding should be used in naming PHP source files and folder?
PHP source files and folders should be named using ASCII characters only. Otherwise you will most likely have troubles running a PHP script named, for example, "ěščřžýáíéúů.php". This is not related to the NetBeans IDE for PHP itself but is a general recommendation to use only ASCII characters in URL addresses because all non-ascii characters are encoded (for example " " - a space - is encoded as "%20").
Applies to: NetBeans IDE 6.5 and later
Platforms: All
Back to PHP FAQs