bitxel
Results
2
comments of
bitxel
@sweetlazyboy you need to check whether this locale is in your OS or not by running `locale -a` for my case, I need to insert `setlocale(LC_CTYPE, "C.UTF-8");`
Yeah, this way sounds better, I'll work on it.