How to get a unicode degrees symbol?

Martin von Loewis loewis at informatik.hu-berlin.de
Tue Jun 5 12:42:26 EDT 2001


"Russell E. Owen" <owen at astrono.junkwashington.emu> writes:

> I'm obvious missing some important bit of documentation, but I looked 
> through the manuals and can't seem to figure out how to get unicode 
> character constants into python strongs.

Strings, you mean :-? There are two notations:

u'A string with a special charachter: \u1234'
u'Another such string: \N{EURO SIGN}'

Regards,
Martin



More information about the Python-list mailing list