-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
Support non latin1
characters in file names
#328
Comments
If there is a problem with this, the v15.0.0 change most likely to be related would be the
Can you please explain what happens more specifically? Where are the "weird characters". |
After upload file for example "你好.jpeg" i got a name as "ä½ å¥½.jpeg" |
What if you do: console.log(Buffer.from(strangeName, "latin1").toString("utf-8")); Does it log the right way? |
Yup this log working correctly but i think that is not way to fix it in my code :) |
Yes, you shouldn't need to do that when this bug is fixed. |
latin1
characters in file names
This should be fixed in v16.0.1 🚀 Be sure to remove any |
After update from 14.0 to 15 i saw that is problem with non latin characters.
Package does not work correctly and after finish upload return some weird characters.
Please test with file name as : 你好.jpeg , معطل.jpeg or similar.
The text was updated successfully, but these errors were encountered: