From: vvv j. <vv...@ya...> - 2012-05-31 15:46:29
|
Hi log4cplus Devel Team, Thanks Václav Zeman. I gave Unicode text directly in the cpp file. (Ex: CString str = _T("Ω⅓∂₤◊");) The file is saved with unicode support (the default yes button when Unicode file is saved in Visual Studio 2008). The configuration used is Debug Unicode dynamic library. Please let me know if you need any other details. Regards J.Viswanath ________________________________ From: Václav Zeman <vha...@gm...> To: vvv jjj <vv...@ya...> Cc: "log...@li..." <log...@li...> Sent: Thursday, 31 May 2012 3:11 PM Subject: Re: [Log4cplus-devel] Unicode Text Logging On 30 May 2012 19:08, vvv jjj wrote: > Hi log4cplus Devel Team, > > I got some bug when trying to log Unicode text. The logger could log ASCII > text correctly but when I give Unicode text the Logger is not logging any > other text also. > > Is this the same problem as Not able to log unicode character on Linux > Platform. - ID: 3446131. > > I'm using log4cplus in Windows XP with Visual Studio 2008. Working with > dynamic library with Debug Unicode support. > > Please let me know if it is the same problem and still existing. Also let me > know if there any option to support Unicode text logging without changing > the log4cplus library (1.0.4.1-RC2). How are you giving Unicode text to log4cplus? Is it part of your C++ source? Then how is your C++ source encoded? What configuration of log4cplus are you using (Release or Release_Unicode)? -- VZ |