-
Notifications
You must be signed in to change notification settings - Fork 37
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
UTF-8 filenames are not properly handled in download SaveAs... dialogs #48
Comments
The file-collection package doesn't modify the filename in any way. The filename completely belongs to the developer/application. Are you seeing this problem with the file-collection sample application? While I appreciate you reporting issues as you see them, you need to do a little more work to give me detailed steps to reproduce what you are seeing. I can only guess how this could be happening, and I don't have time to play "20 questions" with users to figure out what's going on for each issue. Please take the time to put together a proper bug report, with detailed steps to reproduce the error you are seeing, and I will take the time to look into it. |
if filename is 'Nodejs中文指南.pdf';
if not change, the filename in download dialog will be garbled. |
Okay, I misunderstood and thought you were referring to the gridFS |
@xurwxj Just committed a fix for this based on: http://stackoverflow.com/a/20933751 |
update on v1.0.6? victor |
Yes, 1.0.6 has the fix. What browser are you using? |
mac 10.10 following browser is ok: |
Just tried it on OSX 10.10 with Chrome 42.0.2311.135 and it works just fine... |
upgrade chrome to 42.0.2311.135 and problem still exist when works fine in firefox and safari. thanks |
I dont know why safari setting must be a binary.. |
there will be garbled words for filename if any words in east asia.
victor
The text was updated successfully, but these errors were encountered: