Skip to content
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

Distortion of the Russian file name #1219

Open
sergej-js opened this issue Jul 18, 2023 · 4 comments
Open

Distortion of the Russian file name #1219

sergej-js opened this issue Jul 18, 2023 · 4 comments

Comments

@sergej-js
Copy link

image
image
When uploading a file, the Russian original file name is distorted

@Doc999tor
Copy link

We have an open PR that fixes all the unicode issues in the lts version - #1210
You can ping the maintainers for speeding things up as well

@Daimon-EuDaimon
Copy link

Got the same issue. Ping)

We have an open PR that fixes all the unicode issues in the lts version - #1210 You can ping the maintainers for speeding things up as well

@elliot40404
Copy link

meanwhile you can use this
file.originalname = Buffer.from(file.originalname, 'ascii').toString('utf8' );

@Daimon-EuDaimon
Copy link

meanwhile you can use this file.originalname = Buffer.from(file.originalname, 'ascii').toString('utf8' );

This works fine. Thank you for the advice 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants