git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
470b593
)
Phone number may contain cyrilic characters. Added conversion.
author
Maxim Mamontov
<faust.madf@gmail.com>
Sun, 25 Jan 2015 18:05:15 +0000
(20:05 +0200)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Sun, 25 Jan 2015 18:05:15 +0000
(20:05 +0200)
projects/sgconf/main.cpp
patch
|
blob
|
history
diff --git
a/projects/sgconf/main.cpp
b/projects/sgconf/main.cpp
index f83d389434105d06bf375328c2b17321b15671f5..81ea716c74055ff86007092e4163e4970361b04b 100644
(file)
--- 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;