Hi all

In a display widget such as a QLabel, I'd like to introduce the character ° (for degree)
For instance :

Qt Code:
  1. QLabel *AngleLabel = new QLabel("Angle (°)")
To copy to clipboard, switch view to plain text mode 

Although the ° character will ouput correctly on Windows, it gives strange things instead on Linux.

Is there some special coding that should be set somewhere to get it output correctly ?

Thanks