From: Maxim Mamontov Date: Sat, 31 Jan 2015 15:26:49 +0000 (+0200) Subject: Userdata can also contain cyrilic symbols. X-Git-Tag: 2.409~199 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/a791c23f158a36ecdedd156400872f4dd9d83884 Userdata can also contain cyrilic symbols. --- diff --git a/projects/sgconf/main.cpp b/projects/sgconf/main.cpp index 81ea716c..e0ab43ce 100644 --- a/projects/sgconf/main.cpp +++ b/projects/sgconf/main.cpp @@ -1062,7 +1062,7 @@ while (1) case 707: case 708: case 709: - ParseAnyString(optarg, &str); + ParseAnyString(optarg, &str, "koi8-ru"); //printf("UD%d\n", c - 700); req.ud[c - 700] = str; break;