Hi.

I have for example the string:

Qt Code:
  1. QString str = QString("string_тест") // There are russian characters in it
To copy to clipboard, switch view to plain text mode 

I need to make it look like this: "string_\u0442\u0435\u0441\u0442"

May be there is a function in Qt to make this ?