6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/20/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#9379] address book using incorrect charset
*
Your Email Address
*
Spam protection
Enter the letters below:
__..__..___.__ .__. (__ | |[__ [ __[__] .__)|__|| [_./| |
Comment
> Helo, > > I've noticed that altough the turba mysql fields are utf8, the php > code doesn't query it with this charset. Now I'm using this > workaround and it works: > > [/usr/local/cpanel/base/horde/turba/lib/Driver]# diff -u sql.php.old sql.php > --- sql.php.old 2010-11-10 13:54:21.000000000 +0100 > +++ sql.php 2010-11-10 13:58:57.000000000 +0100 > @@ -85,6 +85,8 @@ > $this->_db =& $this->_write_db; > } > > + $this->_db->query("SET NAMES utf8"); > + > return true; > } > > As I see there is no configuration for set charset for turba using. > Thanks.
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers