setlocale

This commit is contained in:
timerix 2023-03-13 18:20:29 +06:00
parent a0458f6d2e
commit 965c784e37

View File

@ -1,7 +1,7 @@
#include "tests.h" #include "tests.h"
i32 main(){ i32 main(){
if(!setlocale(LC_ALL, "C.UTF8")) if(setlocale(LC_CTYPE, "C.UTF-8")!=0)
kprintf("\e[93msetlocale failed\n"); kprintf("\e[93msetlocale failed\n");
kt_beginInit(); kt_beginInit();
kt_initKerepTypes(); kt_initKerepTypes();