From: Václav Z. <vha...@gm...> - 2012-05-31 09:41:36
|
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 |