On Wed, Mar 12, 2008 at 4:25 PM, Dabo Trac <[EMAIL PROTECTED]> wrote:
> #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

Last commit on dReportWriter.py was 8/4/07 rev. 3303.

I can't reproduce this.  Anyone else?

>
>   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
>
>
[excessive quoting removed by server]

_______________________________________________
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