I want to display a degree sign in a label. I'm using Glade 3.0 and
PyGTK. I know of two ways to specify the character in Python:
u'\N{DEGREE SIGN}' and u'\u00b0'.
How can I specify this character as part of the default value of a
GtkTextView widget using Glade?
Mike