I can input "你好" together.

CodeLite installation/troubleshooting forum
saberwen
CodeLite Curious
Posts: 2
Joined: Mon Mar 07, 2011 5:16 pm
Genuine User: Yes
IDE Question: c++
Contact:

I can input "你好" together.

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: I can input "你好" together.

Post 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
Make sure you have read the HOW TO POST thread
Post Reply