setlocale
This commit is contained in:
parent
a0458f6d2e
commit
965c784e37
@ -1,7 +1,7 @@
|
||||
#include "tests.h"
|
||||
|
||||
i32 main(){
|
||||
if(!setlocale(LC_ALL, "C.UTF8"))
|
||||
if(setlocale(LC_CTYPE, "C.UTF-8")!=0)
|
||||
kprintf("\e[93msetlocale failed\n");
|
||||
kt_beginInit();
|
||||
kt_initKerepTypes();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user