cfnptr / garden

An open source, cross platform game engine written in C++ with Vulkan API rendering backend
Apache License 2.0
10 stars 1 forks source link

Check if unicode with spaces project path work #12

Closed cfnptr closed 10 months ago

cfnptr commented 10 months ago

If resources packing fails on Windows MSVC with create_directories error, and '?' symbols instead of unicode characters in the path. Change the system locale to UTF-8.

https://superuser.com/questions/269818/change-default-code-page-of-windows-console-to-utf-8