X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/a3408478f9112457fb120a422cfb9fa874bf2805..6811abd403c1726126361762feee7572069963e6:/projects/sgconf/main.cpp?ds=sidebyside 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;