Issues with Chinese language

General questions regarding the usage of CodeLite
jchdng
CodeLite Curious
Posts: 3
Joined: Tue Sep 13, 2011 4:19 pm
Genuine User: Yes
IDE Question: C++
Contact:

Issues with Chinese language

Post by jchdng »

Hi!
Codelite is my favorite ide, but it takes a lot of efforts for me to register as a member here to post a word.I just updated to version 3.0 and found that there is a problem with the display of Chinese charactors.The last release is fine for displaying Chinese language but the new version is not.Every time when you input a single Chinese charactor the editor does not show it ,if you input double words the editor only shows up one of them.I have no choice not to reverse back to the version 2.0 release of it,but every time the upgrading message is annoying and I'v found no way to shup it down.
I want to know how long I should wait for the revised version of 3.0 or 2.0.
spaces
CodeLite Veteran
Posts: 67
Joined: Mon Aug 22, 2011 10:15 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Issues with Chinese language

Post by spaces »

It's a wx bug. Check other threads. (I have the same problem on Hungarian keyboard.)
jchdng
CodeLite Curious
Posts: 3
Joined: Tue Sep 13, 2011 4:19 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Issues with Chinese language

Post by jchdng »

spaces wrote:It's a wx bug. Check other threads. (I have the same problem on Hungarian keyboard.)
The issue does not exist in last version 2.10.4778.I have tried to alter the language and font settings to adapt to Chinese,but no effect take place.I don't think it is a wx bug as you said,If so why the last version works perfect? I 'v searched other thread for a solution but no messages to help.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Issues with Chinese language

Post by eranif »

jchdng wrote:I don't think it is a wx bug as you said,If so why the last version works perfect?
You should read the release notes, it clearly says:
N = Windows: codelite is now compiled with wx292 (all installers / scripts are updated)
it is a wx bug that was introduced with wxWidgets-2.9.2
I want to know how long I should wait for the revised version of 3.0 or 2.0
I will release a new version of codelite once wxWidgets will fix it. So it is entirely up to them. Your best course of action is to "put a pressure" on the wxWidgets team to fix this (e.g. by opening a ticket)

Eran
Make sure you have read the HOW TO POST thread
jchdng
CodeLite Curious
Posts: 3
Joined: Tue Sep 13, 2011 4:19 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Issues with Chinese language

Post by jchdng »

eranif wrote: I will release a new version of codelite once wxWidgets will fix it. So it is entirely up to them. Your best course of action is to "put a pressure" on the wxWidgets team to fix this (e.g. by opening a ticket)

Eran
Thanks for your replay,I am looking forward to the new version.
Post Reply