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
build output doesn't support simplied chinese
-
- CodeLite Enthusiast
- Posts: 32
- Joined: Sun Nov 18, 2012 10:44 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
-
- 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
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.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
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: build output doesn't support simplied chinese
See my reply to your post in the original thread.