Unexpected end of input

Bug #1281571 reported by Dariusz Kubiak
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Webkit Utils And Reports
Invalid
Undecided
Dariusz Kubiak

Bug Description

In OpenERP version 8
I have error: Uncaught SyntaxError: Unexpected end of input
openerp.service.report: Exception: 'ascii' codec can't decode byte 0xc4 in position 292: ordinal not in range(128)
when I use Polish characters: <p>ąęśćńThe administrator name is: ${admin_name}</p>
in webkit_report_demo.mako
I works fine in OpenERP 7, so I guess it's a bug in version 8.

Tags: report webkit
description: updated
Revision history for this message
Dariusz Kubiak (dkubiak789) wrote :

http://stackoverflow.com/questions/5040532/python-ascii-codec-cant-decode-byte

import sys
reload(sys)
sys.setdefaultencoding('utf-8')

Changed in webkit-utils:
assignee: nobody → Dariusz Kubiak (dkubiak789)
Changed in webkit-utils:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.