Hi, I met two problems during my project development.
One is that when linking Chinese named windows, It always pops up an error window. Is Chiese still poor compatible?
The other problem is that when tab strip customizer, main menu appears in the main display area. Show the shear charts below.
Looking forword your reply! Sincerely!
For your first question, when using characters outside of 7-bit ASCII in Python, you need to mark the strings as Unicode strings, like this
print u'你好'
If you’re still having an issue once you make that change, click onto the Details tab of the error and post the full error and we can help you some more.
3 Likes