]> git.stg.codes - stg.git/blobdiff - projects/sgconf/sginfo.cpp
Виправлено роботу з перекодуванням рядків
[stg.git] / projects / sgconf / sginfo.cpp
index 1c9048e759996b453520bfeec72f34ea4b49c4d6..aa247dfb37ef343a2c594fff5c1b9204e01b9d33 100644 (file)
@@ -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;