Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

PHP will fail to return a filename when the file has utf8 characters in it. #44

Closed
SeanJA opened this issue Sep 15, 2010 · 2 comments
Closed

Comments

@SeanJA
Copy link
Contributor

SeanJA commented Sep 15, 2010

If you are using a version that returns the actual file name submitted instead of a randomly generated filename, you will run into problems if a user submits a file with the name (for example) ÎOâÂ¥.jpeg as json_encode will return null instead of the expected \u00ceO\u00e2\u00c2\u00a5.jpeg.

@dresende
Copy link

I never had any problem using utf-8 characters...

@SeanJA
Copy link
Contributor Author

SeanJA commented Dec 14, 2010

This problem seems to have gone away in later releases (not sure why...?). This can be closed.

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants