diff Core/Toolbox.h @ 107:3b45473c0a73

replace boost::locale with iconv for debian
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 04 Oct 2012 11:22:20 +0200
parents 8517e2c44283
children fe180eae201d
line wrap: on
line diff
--- a/Core/Toolbox.h	Wed Oct 03 17:53:23 2012 +0200
+++ b/Core/Toolbox.h	Thu Oct 04 11:22:20 2012 +0200
@@ -66,5 +66,10 @@
     std::string GetPathToExecutable();
 
     std::string GetDirectoryOfExecutable();
+
+    std::string ConvertToUtf8(const std::string& source,
+                              const char* fromEncoding);
+
+    std::string ConvertToAscii(const std::string& source);
   }
 }