using long Chinese characters as browser title will cause the browser title borken, for example, if you use '机电工程师' as browser title, the browser will show '机电工程帛'.
it's maybe an adodb problem.
A temp solution is forcing the adodb drivers to use utf8 encoding in the database operating. for example, if you use mysql driver, you can modify function _connect and function _pconnect, add:
@mysql_query("SET NAMES 'utf8'", $this->_connectionID);
beofre:
if ($argDatabasename) return $this->SelectDB($argDatabasename);
in the above two functions.
good luck!
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |