|
Posted by Robert Cummings on 10/23/05 02:29
On Sat, 2005-10-22 at 19:19, Oliver Grätz wrote:
> Jonny Bergström schrieb:
> > Hi
> >
> > file_exists('字.gif') always returns false.
> >
> > Can anyone help me find out a way to make it work also for these kind of
> > filenames?
> >
> Unicode filenames can't be properly handled up to now for all I know.
> Perhaps waiting for PHP6 might be your only solution.
You could try execing a shell command to give you the answer. I don't
know if it'll work, but worth a shot if you're in a bind.
Cheers,
Rob.
--
..------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting |
| a powerful, scalable system for accessing system services |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for |
| creating re-usable components quickly and easily. |
`------------------------------------------------------------'
[Back to original message]
|