paroj / gltut

Learning Modern 3D Graphics Programming
https://paroj.github.io/gltut/
MIT License
1.57k stars 377 forks source link

Generated project using Unicode in vs2015 #97

Closed paroj closed 2 years ago

paroj commented 8 years ago

Originally reported by: rsvargas (Bitbucket: rsvargas, GitHub: rsvargas)


As premake4 does not support VS2015, I'm using premake5 to create the project files. But the project files are generated using the Unicode character set, and as a result (so far) the window title is displayed with what seems to be chinese characters.

Changing all the projects to use multibyte character sets solved the issue.