Locale fix for Windows

This commit is contained in:
Danny Daemonic 2023-05-09 09:54:17 -07:00
parent 41654efea8
commit a62e2b8913

View file

@ -520,8 +520,9 @@ void console_init(console_state & con_st) {
if (con_st.tty != nullptr) {
con_st.out = con_st.tty;
}
#endif
setlocale(LC_ALL, "");
#endif
}
void console_cleanup(console_state & con_st) {