Dedicated server no longer depends on qt. Added code for utf-8 conversion on windows and linux (without qt). Some small issues remain (like the data-dir and charset for the server).
This commit is contained in:
@@ -29,7 +29,7 @@ public:
|
||||
//qthelper.cpp
|
||||
virtual std::string stringToUtf8(const std::string &) =0;
|
||||
virtual std::string getDefaultLanguage() =0;
|
||||
virtual std::string getDataPathStdString(const std::string &) =0;
|
||||
virtual std::string getDataPathStdString(const char *argv0) =0;
|
||||
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user