** 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 C2C OERPScenario, which is subscribed to OpenERP Project Group. 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 _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

