PHP cannot handle a a file with Unicode characters: when I vist testSite/главная.php on my browser, it throws this error.
Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0
Fatal error: Unknown: Failed opening required 'blah/blah/testSite/главнаÑ.php' (include_path='.;C:\xampp\php\pear\') in Unknown on line 0
However testSite/главная.html is fine.
Is there anyway that I can get around this or do I have to use a different programming language that handles Unicode better?