I am trying to use this kind of characters in my code but i am not being able to handle it. My partner said i should use this:
wstring wmessage(message.begin(), message.end());
textNotify->setText(wmessage);
But textNotify is a textActor so i don't know what to do. I need to convert it so i can work with this. Any ideia?