Possible Duplicate:
Python unicode in Mac os X terminal
Im using notepad++ to write python programs. When I write in danish we often use æ,ø and å. But in my programs when i print to the screen the letters is not readble.
I have tried this :
# -*- encoding: utf-8 -*-
print "æøæææ"
how can I fix this problem ?