Closed XMNXofficial closed 1 year ago
Can't load files which its name is encode by gbk
The function fopen and std::ifstream can't work if the file name has Chinese and Japanese.(Debug:they will return NULL)
fopen
std::ifstream
Chinese
Japanese
Pull Request
Description
Can't load files which its name is encode by gbk
Change Type
System Information
What Happened?
The function
fopen
andstd::ifstream
can't work if the file name hasChinese
andJapanese
.(Debug:they will return NULL)Bug reproduction