]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/parsers/get_service.cpp
Fixed some encodings.
[stg.git] / stglibs / srvconf.lib / parsers / get_service.cpp
index d6b16b9b87e4ebcb739fc850ae1072b3d3c54d4a..6f98fc23fe2f5a04cf3d244a2584cde23ab0e45a 100644 (file)
@@ -36,7 +36,7 @@ GET_SERVICE::PARSER::PARSER(CALLBACK f, void * d, const std::string & e)
       parsingAnswer(false)
 {
     AddParser(propertyParsers, "name", info.name);
-    AddParser(propertyParsers, "comment", info.comment, "koi8-ru", GetEncodedValue);
+    AddParser(propertyParsers, "comment", info.comment, GetEncodedValue);
     AddParser(propertyParsers, "cost", info.cost);
     AddParser(propertyParsers, "payDay", info.payDay);
 }