cinatra icon indicating copy to clipboard operation
cinatra copied to clipboard

Windows visit Chinese filename not found

Open qicosmos opened this issue 2 years ago • 4 comments

download a file with Chinese filename by static file server, will return not found on Windows, Linux is ok.

http://127.0.0.1:9001/中文测试.txt 

qicosmos avatar Jan 16 '24 02:01 qicosmos

~~urldecode 后,相关path文件操作不要用 std::string 类型而是用 std::filesystem::path 就可以了~~

osabc avatar Dec 09 '24 02:12 osabc

噢?有代码吗?

qicosmos avatar Dec 09 '24 02:12 qicosmos

或者你提个pr?

qicosmos avatar Dec 09 '24 03:12 qicosmos

#667

osabc avatar Dec 09 '24 16:12 osabc