View Single Post
  #1  
Old 02-16-2005, 07:02 AM
Johannes Johannes is offline
Member
 
Join Date: Jan 2005
Posts: 143
Unicode Support?

Hi,
I've been trying to use a degree-sign in my User Interface.


'°' works but I get deprecation-warnings.

__main__:12: DeprecationWarning: Non-ASCII character '\xb0' in file 050215_GreyBallsFrictiondist3WithoutSoccer2.py on line 1190, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details

u'\N{DEGREE SIGN}' does not work

What would you recommend? Or do I have to use 'degree'

Johannes
Reply With Quote