Hi all!
If you are on Mac OS X 10.6, and you are familiar with character encoding AND the terminal please do this:
Open a terminal and type the following commands:
echo sørensen > test.txt iconv -f UTF8 -t ISO-8859-1 test.txt
You will see the output: "sørensen". Can somebody explain what is going on?