This must be really simple... I have a unicode QString and I would like to print the string to the shell (konsole, bash). The console has the appropriate characters so touch and mkdir can create unicode file names -> printing unicode characters must not be the problem. What I have:
Qt Code:
  1. QString s = "áéőűÁÉŐŰ";
To copy to clipboard, switch view to plain text mode 

How do I print that string to the console that those characters appear?