Commit e4b44acf authored by Yoshinori Okuji's avatar Yoshinori Okuji

Make a new property management_page_charset with the value UTF-8.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1455 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e92e7964
......@@ -219,6 +219,7 @@ class ERP5Generator(PortalGenerator):
p = parent.this()._getOb(id)
p._setProperty('sql_connection_type', sql_connection_type, 'string')
p._setProperty('sql_connection_string', sql_connection_string, 'string')
p._setProperty('management_page_charset', 'UTF-8', 'string') # XXX hardcoded charset
self.setup(p, create_userfolder)
return p
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment