Locale fix for Windows (#1379)
This commit is contained in:
parent
dee7de1dbe
commit
adb8154d20
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue