Page 1 of 1

build output doesn't support simplied chinese

Posted: Thu Jan 03, 2013 4:12 am
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

Re: build output doesn't support simplied chinese

Posted: Fri Jan 11, 2013 9:00 am
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.

Re: build output doesn't support simplied chinese

Posted: Fri Jan 11, 2013 1:35 pm
by DavidGH
See my reply to your post in the original thread.