openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #01169
[Bug 890938] Re: missing UTF-8 encoding in report creation
** Description changed:
1) edit footer/header of report and print an invoice
2) observed: umlauts and other special characters are fucked up
3) expected: characters to be fine
4) gentoo linux
- 5) openerp 6.0.3
+ 5) openerp 6.0.3
SOLUTION:
edit line 698 in file
/usr/lib/python2.7/site-packages/openerp-server/report/render/rml2pdf/trml2pdf.py
- to be
- return base64.decodestring(ustr(node.text_))
+ to be
+ return base64.decodestring(ustr(node.text_))
instead of
- return base64.decodestring(node.text_)
+ return base64.decodestring(node.text_)
** Description changed:
- 1) edit footer/header of report and print an invoice
- 2) observed: umlauts and other special characters are fucked up
- 3) expected: characters to be fine
- 4) gentoo linux
- 5) openerp 6.0.3
-
- SOLUTION:
- edit line 698 in file
- /usr/lib/python2.7/site-packages/openerp-server/report/render/rml2pdf/trml2pdf.py
- to be
- return base64.decodestring(ustr(node.text_))
- instead of
- return base64.decodestring(node.text_)
+ nope
** Summary changed:
- missing UTF-8 encoding in report creation
+ nope
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/890938
Title:
nope
Status in OpenERP Server:
New
Bug description:
nope
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/890938/+subscriptions
References