Title says it all, can see how to encode into ascii or Unicode but how do you add an ascii or Unicode character to a label text string?
Regards
Title says it all, can see how to encode into ascii or Unicode but how do you add an ascii or Unicode character to a label text string?
Regards
You can use Python style unicode literals. Just make sure that wanted glyphs are defined in the font you're using.
print("Degrees sign: \u00B0")