c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #24232
[Bug 782558] [NEW] Problem with encoding (cherrypy)
Public bug reported:
I run webclient. Main screen appears with unreadable characters. When I check encoding of page in Chromium it says that cp1251 is selected. When i select UTF8 all seems correct. But when i create database after creaton error occurs.
<type 'exceptions.TypeError'>: character mapping must return integer, None or unicode
args = ('character mapping must return integer, None or unicode',)
message = 'character mapping must return integer, None or unicode'
** Affects: openobject-client-web
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/782558
Title:
Problem with encoding (cherrypy)
Status in OpenERP Web Client:
New
Bug description:
I run webclient. Main screen appears with unreadable characters. When I check encoding of page in Chromium it says that cp1251 is selected. When i select UTF8 all seems correct. But when i create database after creaton error occurs.
<type 'exceptions.TypeError'>: character mapping must return integer, None or unicode
args = ('character mapping must return integer, None or unicode',)
message = 'character mapping must return integer, None or unicode'
Follow ups
References