diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-21 05:34:01 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-21 05:34:01 +0300 |
commit | d5baf212f45c3926ffec3bccad77ca4dd0751d23 (patch) | |
tree | 4f32bd925082bc78ecdcf0a1e98b53655a8faa69 /commonheaders.h | |
parent | 64624c111e4a8a3a156190a8d6d3ee4d2e528f39 (diff) |
using utf8<->utf16 on poor c++ instead of miranda api (can solve some issues with badly encoded messages, testing needed)
Diffstat (limited to 'commonheaders.h')
-rw-r--r-- | commonheaders.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/commonheaders.h b/commonheaders.h index 1faf221..713622f 100644 --- a/commonheaders.h +++ b/commonheaders.h @@ -44,7 +44,9 @@ using std::fstream; //boost #include <boost/thread/thread.hpp> #include <boost/thread/mutex.hpp> -//#include <boost/lexical_cast.hpp> + +//utf8cpp +#include <utf8.h> //miranda #include <newpluginapi.h> |