From d5baf212f45c3926ffec3bccad77ca4dd0751d23 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 21 Oct 2010 05:34:01 +0300 Subject: using utf8<->utf16 on poor c++ instead of miranda api (can solve some issues with badly encoded messages, testing needed) --- commonheaders.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'commonheaders.h') 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 #include -//#include + +//utf8cpp +#include //miranda #include -- cgit v1.2.3