X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/470b59384de34223bbfe21b82e7808f065e6820e..1e89cfaa1979d6877c4809b11d5be3a470c2302c:/projects/sgconf/main.cpp diff --git a/projects/sgconf/main.cpp b/projects/sgconf/main.cpp index f83d3894..81ea716c 100644 --- a/projects/sgconf/main.cpp +++ b/projects/sgconf/main.cpp @@ -1002,7 +1002,7 @@ while (1) break; case 'P': //phone - ParseAnyString(optarg, &str); + ParseAnyString(optarg, &str, "koi8-ru"); req.phone = str; break;