#1143: reportWriter raises Unicode-Error with non-ascii testdata for paragraph
elements
-----------------------+----------------------------------------------------
 Reporter:  kweinert   |       Owner:       
     Type:  defect     |      Status:  new  
 Priority:  major      |   Milestone:  0.8.3
Component:  reporting  |     Version:  0.8.2
 Keywords:  unicode    |  
-----------------------+----------------------------------------------------
 It happens with the following version of reportWriter.py:
 Last committed at revision 3887
 Updated to revision 3912

 The problem seems to be solved by changing line 1042 of reportWriter.py
 from
   expr = unicode(expr)
 to
   expr = unicode(expr, self.Encoding)

 however, I did not really understand the code...

-- 
Ticket URL: <http://trac.dabodev.com/ticket/1143>
Dabo Trac <http://trac.dabodev.com>
Trac Page for Dabo


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]

Reply via email to