mirror of
				https://github.com/edubart/otclient.git
				synced 2025-11-04 04:36:23 +01:00 
			
		
		
		
	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:
		@@ -33,7 +33,7 @@ public:
 | 
			
		||||
    Application();
 | 
			
		||||
    virtual ~Application() {}
 | 
			
		||||
 | 
			
		||||
    virtual void init(const std::vector<std::string>& args);
 | 
			
		||||
    virtual void init(std::vector<std::string>& args);
 | 
			
		||||
    virtual void deinit();
 | 
			
		||||
    virtual void terminate();
 | 
			
		||||
    virtual void run() = 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user