<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.10.1">
</HEAD>
<BODY>
Can someone comment;  Has this been evaluated?<BR>
<BR>
On Fri, 2006-04-07 at 16:36 +0000, Richard Hendershot at Labix Tracker wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Richard Hendershot <<A HREF="mailto:rshendershot@mchsi.com">rshendershot@mchsi.com</A>> added the comment:</FONT>

<FONT COLOR="#000000">I modified parse() to disallow unicode and it appears to work.  I don't</FONT>
<FONT COLOR="#000000">know enough about this to be certain.  Can someone on the dev team</FONT>
<FONT COLOR="#000000">please examine this change?</FONT>

<FONT COLOR="#000000">---</FONT>
<FONT COLOR="#000000">    def parse(self):</FONT>
<FONT COLOR="#000000">        parser = expat.ParserCreate(namespace_separator=" ")</FONT>
<FONT COLOR="#000000">        parser.StartElementHandler = self.startElement</FONT>
<FONT COLOR="#000000">        parser.EndElementHandler = self.endElement</FONT>
<FONT COLOR="#000000">        parser.CharacterDataHandler = self.charData</FONT>
<FONT COLOR="#000000">        parser.returns_unicode = False</FONT>

<FONT COLOR="#000000">----------</FONT>
<FONT COLOR="#000000">nosy: +rshendershot</FONT>

<FONT COLOR="#000000">_______________________________________</FONT>
<FONT COLOR="#000000">Labix issue tracker <<A HREF="mailto:tracker@labix.org">tracker@labix.org</A>></FONT>
<FONT COLOR="#000000"><<A HREF="http://tracker.labix.org/issue59">http://tracker.labix.org/issue59</A>></FONT>
<FONT COLOR="#000000">_______________________________________</FONT>
</PRE>
</BLOCKQUOTE>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
Richard Hendershot <<A HREF="mailto:rshendershot@mchsi.com">rshendershot@mchsi.com</A>>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>