loosa Posted November 27, 2014 Report Share Posted November 27, 2014 Hi for all! I'm created GUI interface with unicode strings, but in console it's not working. All chars has strange coding... How to resolve this problem? Thanks Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted November 27, 2014 Report Share Posted November 27, 2014 Hello Loosa and welcome to the community!I'm afraid the console widget itself does not support unicode. This widget was one of our earliest ones and it was mainly intended to be used for debugging purposes. We never thought that it will actually be used by end users. Therefore, it provides only very limited functionalities.We should probably plan to rewrite the entire widget soon.If you end up writing your own (which is actually quite easy due to the classes provided by the GWIN module) we'd be happy to see your code. We'd also be more than happy to help you wherever we can.~ Tectu Link to comment Share on other sites More sharing options...
loosa Posted November 27, 2014 Author Report Share Posted November 27, 2014 I tried make printing chars like as textBox, but unicode chars renders with special render functions in another widgets... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now