]> git.stg.codes - stg.git/blobdiff - projects/sgconf/main.cpp
Виправлено роботу з перекодуванням рядків
[stg.git] / projects / sgconf / main.cpp
index 0a2e12b4e301db9acbc8eef4c0fa88ac76bbdc16..ce8af73f7cbae348e8b9411598b1069b1e7324b1 100644 (file)
@@ -948,7 +948,7 @@ while (1)
             break;
 
         case 'A': //nAme
-            ParseAnyString(optarg, &str, "koi8-r");
+            ParseAnyString(optarg, &str, "koi8-ru");
             req.name = str;
             break;