[gloox-quesion] ANSI-UNICODE compatibility
From: "Anatoly Gutnick" <anatolyg@xxxxxxxxx>
Date: Tue, 14 Nov 2006 15:00:15 +0100
Hi,

i have a question.

I am using MFC unicode project and uses CString.

When I am using gloox i found that it uses std::string.

The question is multilanguage support may be hendled using Gloox?

What is your recommendation?

To get ANSI-UNICODE compatibility I usually need to do something like 

typedef std::basic_string<TCHAR> tstring; 

CString Temp = _T("This is a test"); 

tstring Str = (LPCTSTR)Temp; 



Thanks,

Anatoy



-- 
gloox-dev mailing list
to unsubscribe:
send a message with subject 'unsubscribe gloox-dev' to minimalist@xxxxxxxxxx