From owner-svn-soc-all@FreeBSD.ORG Mon Jul 23 00:21:34 2012 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from socsvn.FreeBSD.org (unknown [IPv6:2001:4f8:fff6::2f]) by hub.freebsd.org (Postfix) with SMTP id 42A31106566C for ; Mon, 23 Jul 2012 00:21:32 +0000 (UTC) (envelope-from tzabal@FreeBSD.org) Received: by socsvn.FreeBSD.org (sSMTP sendmail emulation); Mon, 23 Jul 2012 00:21:32 +0000 Date: Mon, 23 Jul 2012 00:21:32 +0000 From: tzabal@FreeBSD.org To: svn-soc-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <20120723002132.42A31106566C@hub.freebsd.org> Cc: Subject: socsvn commit: r239684 - soc2012/tzabal/client-side/akcrs-head/usr.sbin/crashreport X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2012 00:21:34 -0000 Author: tzabal Date: Mon Jul 23 00:21:31 2012 New Revision: 239684 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=239684 Log: Change the encoding of the XML crash report from UTF-8 to ISO-8859-1 in order to fix a bug with unrecognized characters that resulted in a 'not well-formed' error when parsing the report. Modified: soc2012/tzabal/client-side/akcrs-head/usr.sbin/crashreport/crashreport.sh Modified: soc2012/tzabal/client-side/akcrs-head/usr.sbin/crashreport/crashreport.sh ============================================================================== --- soc2012/tzabal/client-side/akcrs-head/usr.sbin/crashreport/crashreport.sh Sun Jul 22 23:21:21 2012 (r239683) +++ soc2012/tzabal/client-side/akcrs-head/usr.sbin/crashreport/crashreport.sh Mon Jul 23 00:21:31 2012 (r239684) @@ -171,7 +171,7 @@ orig_IFS="${IFS}" IFS=";" -echo "" > ${data} +echo "" > ${data} echo "" >> ${data} echo "
" >> ${data}