my Qt application uses a text file that contains the degree character '°' (unicode U+00B0). It displays fine when my app runs on windows, but on linux I get: '°'
The text file that contains this character displays fine outside of my app.

I'm puzzled.