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

关于七牛特殊字符文件名打开失败问题 #175

Open
WYC-2020 opened this issue Jul 8, 2021 · 0 comments
Open

关于七牛特殊字符文件名打开失败问题 #175

WYC-2020 opened this issue Jul 8, 2021 · 0 comments

Comments

@WYC-2020
Copy link

WYC-2020 commented Jul 8, 2021

如题,我这边有一个文件的名字是“5 七律•长征 名师教学设计.doc”。在枚举的时候采用的是unicode 枚举,文件名正常,但是在转换成ansi的时候出现了符号“•”乱码,导致在调用七牛接口进行上传的时候,文件打开失败,看了源码,使用的是createfileA函数,是窄字节,这里是否可以改用宽字节函数或者utf8,避免这种特殊文件无法上传的问题。

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

1 participant