-
Notifications
You must be signed in to change notification settings - Fork 251
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
Failed to upload files named by pure non-latin chars #7
Comments
same problem here |
Try to set If you has INTL extension installed it would transliterate chars, otherwise it cuts non-latin chars. |
I see, going to research it soon |
Hey, I have reviewed my code and come to such thoghts:
|
So you have to add string |
Yes. After add |
The fix has been included. |
In the latest version of this bug again.Cannot create the pure Chinese folder. |
Using the lastest master version, upload files named by latin chars is totally OK. However upload files named by pure non-latin chars failed.
In configure file, "charsLatinOnly" has been set to "false"
When I upload a file called
测试文件.txt
, it shows:When I upload a file called
a测试文件.txt
(begin with latin chars, end with non-latin chars), it is OK.When I upload a file called
测试文件a.txt
(begin with non-latin chars, end with latin chars), it is also OK, however non-latin chars would be deleted. Therefore the result name is onlya.txt
.The text was updated successfully, but these errors were encountered: