build output doesn't support simplied chinese

Discussion about CodeLite development process and patches
leon_lee
CodeLite Enthusiast
Posts: 32
Joined: Sun Nov 18, 2012 10:44 am
Genuine User: Yes
IDE Question: c++
Contact:

build output doesn't support simplied chinese

Post by leon_lee »

the build output doesn't support my simplied-chinese windows so well. When it executes one shell command such as copy a file, the output shows the result from the shell, and it's chaos. I believe this is because my windows is using ansi coding as default, the string needs to be handled with some string function in http://docs.wxwidgets.org/2.8/wx_stringfunctions.html to make it right. Which part of codelite source should I look into for this issue?
leon_lee
leon_lee
CodeLite Enthusiast
Posts: 32
Joined: Sun Nov 18, 2012 10:44 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: build output doesn't support simplied chinese

Post by leon_lee »

leon_lee wrote:the build output doesn't support my simplied-chinese windows so well. When it executes one shell command such as copy a file, the output shows the result from the shell, and it's chaos. I believe this is because my windows is using ansi coding as default, the string needs to be handled with some string function in http://docs.wxwidgets.org/2.8/wx_stringfunctions.html to make it right. Which part of codelite source should I look into for this issue?
leon_lee
I think simply change all the wxT(...) into _(wxT(...)) would resolve this issue. But since there're quite a lot of files, please show me what files should I change for this issue.
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: build output doesn't support simplied chinese

Post by DavidGH »

See my reply to your post in the original thread.
Post Reply