-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About some bugs and on Windows server #27
Comments
Hi ids93216, If you want to contribute with your translation, you can submit a pull request. Just copy the english or simplified chinese and change the translation in the quotes. Example: I hope this will help you so far. |
AFAIK, PHP on windows uses the ASCII versions of Win32 API so any char which is not on the ASCII table will simply not work. |
I found maybe is a solution on Windows servers. There is a library called "php-wfio" on Github. This library only need to install it and add "wfio://" at the file path. Is there can support this library and make it as a option? |
I think you should give a try to Linux, as you probably won't spot such problems there, because OS is UTF-8 ready. It was already a pain to implement encoding conventions on windows platform for Swedish and Russian. |
Hi,
I'm using Windows servers, here is my server's detail:
Windows 8.1
Nginx 1.9.5
PHP 5.6.14
I found many bugs (errors) on PHP 5.6.
Example like mktime() will show error, must use time() to instead; htmlspecialchars() will return empty string on non UTF-8 servers.
It cannot work on my server, all Chinese files and folders are not showing.
Is there any idea to fix these problems?
And I want to help Encode Explorer to translate to Chinese Traditional, is there any way to help you?
Thanks.
The text was updated successfully, but these errors were encountered: