On Sun, Apr 6, 2008 at 7:16 PM, Magnus Haraldsen Amundsen > ... Every time a searchresult/page content etc. contains the norwegian > characters "æ ø å" I get a org.xml.sax.SAXParseException: Invalid byte 2 of > 3-byte UTF-8 sequence. This problem does not occur with Linux....
This most probably means at least one of your XML files has a wrong or missing encoding declaration. Try opening those files in an XML aware editor, for example, to find out which ones cause problems. -Bertrand
