Page 1 of 1

I can input "你好" together.

Posted: Mon Nov 07, 2011 5:44 pm
by saberwen
I want to input this as follow:
printf ( "你好\n" );
but, the result is:
printf ( "\n" );

my os is win7-32, CodeLite 3.0.5041
and windows-936

Re: I can input "你好" together.

Posted: Mon Nov 07, 2011 8:12 pm
by eranif
This is a bug wxWidgets DLL 2.9.2 which I applied a workaround in trunk.

Until the next release of codelite, I suggest you downgrade to 2.10

Or

Build codelite from sources (search the forum / website documentation for HOWTO)
Eran