Fix platform issues regarding charsets

* IMPORTANT: A new dependency is required, boost_locale, comes with boost 1.50.0 or later
* Copying and pasting special characters should now work
* Running otclient from filepaths with special characters should work now too
This commit is contained in:
Eduardo Bart
2013-01-08 18:45:27 -02:00
parent b52c52cd36
commit fdcad184f9
13 changed files with 238 additions and 181 deletions

View File

@@ -35,7 +35,7 @@ class GraphicalApplication : public Application
};
public:
void init(const std::vector< std::string >& args);
void init(std::vector<std::string>& args);
void deinit();
void terminate();
void run();