[Andy Robinson] > Note the wonderfully broken name for München. Clearly some Character > encoding issues to resolve. Yes. That is a UTF-8 byte stream rendered as ISO-8859-1. I get the same output when doing 'echo München | iconv -f latin1 -t utf-8': 'München'. Friendly, -- Petter Reinholdtsen