X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/67362c8e2e2d6d9f666176d3479b45259522d27b..dce2fb0b94691ade4653096256eee1d76cfa1728:/projects/sgconf/main.cpp diff --git a/projects/sgconf/main.cpp b/projects/sgconf/main.cpp index 0a2e12b4..ce8af73f 100644 --- a/projects/sgconf/main.cpp +++ b/projects/sgconf/main.cpp @@ -948,7 +948,7 @@ while (1) break; case 'A': //nAme - ParseAnyString(optarg, &str, "koi8-r"); + ParseAnyString(optarg, &str, "koi8-ru"); req.name = str; break;