Message

Hi dear friends.
I have a question about below command:

system.gui.messageBox(‘MESSAGE’)

I wrote the MESSAGE with national character such as Arabic Characters and this command dose not work correctly with these characters.
Could you helped me.
Thanks.

What part didn’t work correctly? You may need to use unicode encoding for these characters (in python, thats done by encoding the character’s unicode value in hex prefixed with \u, like “\uxxxx” )