]> git.stg.codes - stg.git/blobdiff - projects/sgconf/main.cpp
Phone number may contain cyrilic characters. Added conversion.
[stg.git] / projects / sgconf / main.cpp
index f83d389434105d06bf375328c2b17321b15671f5..81ea716c74055ff86007092e4163e4970361b04b 100644 (file)
@@ -1002,7 +1002,7 @@ while (1)
             break;
 
         case 'P': //phone
-            ParseAnyString(optarg, &str);
+            ParseAnyString(optarg, &str, "koi8-ru");
             req.phone = str;
             break;