From a791c23f158a36ecdedd156400872f4dd9d83884 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Sat, 31 Jan 2015 17:26:49 +0200 Subject: [PATCH] Userdata can also contain cyrilic symbols. --- projects/sgconf/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.2