Hi,

I want to prevent uic from generating code like this:
Qt Code:
  1. myPushButton->setText(QString::fromUtf8("\327\220\327\240\327\246\327\231\327\247\327\234\327\225\327\244\327\223\327\231\327\224"));
To copy to clipboard, switch view to plain text mode 

This is happen when i give, for example, an Hebrew label to a button. the characters are translated to this \XXX symbols. i want uic to generate the characters as i typed them in the QT designer/creator, or more precise, as they are in the .ui file.

what should i change in the uic code to disable this translation ?

10x in advance,
Vertilka