X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/682d1942bc6ada61a8f1e37221b0c8374e4355c5..26d5d878270d01123669ba6a38c306c398ed7b8d:/projects/sgconf/sginfo.cpp

diff --git a/projects/sgconf/sginfo.cpp b/projects/sgconf/sginfo.cpp
index 1c9048e7..6879cb05 100644
--- a/projects/sgconf/sginfo.cpp
+++ b/projects/sgconf/sginfo.cpp
@@ -37,9 +37,9 @@
 #include <list>
 #include <errno.h>
 
+#include "stg/common.h"
+#include "stg/netunit.h"
 #include "request.h"
-#include "common.h"
-#include "netunit.h"
 #include "common_sg.h"
 #include "sg_error_codes.h"
 
@@ -329,7 +329,7 @@ setlocale(LC_ALL, "");
 char charsetF[255];
 strncpy(charsetF, nl_langinfo(CODESET), 255);
 
-char * charsetT = "koi8-r";
+char * charsetT = "koi8-ru";
 
 size_t nconv = 1;