
20 Jan
2010
20 Jan
'10
9:44 a.m.
Hi, On Tue, Jan 19, 2010 at 06:34:48PM -0500, Doug Swanson wrote:
I apologize in advance if this is an inappropriate place to post this question. I posted it to the boost-users list half a week ago and got no replies, so I am trying here instead.
I'm sorry I missed that.
The following code compiles and runs without error under g++ in Windows, GCC 3.4.2 (MingW):
<snip>
Does this indicate a problem with gcc (MingW) unicode support? Is there an easy way to circumvent it?
Thank you very much for any suggestions!
As far as I know, that answer is quite simple. Unless something have changed recently, mingw does not support unicode strings. I would suggest to swith to non-mingw version of gcc. Best Regards. Pavol