Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2007 05:50:06 GMT
From:      "Eugene M. Zheganin" <emz@norma.perm.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/116323: jabber-users-agent bugs
Message-ID:  <200709130550.l8D5o6s4062383@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/116323; it has been noted by GNATS.

From: "Eugene M. Zheganin" <emz@norma.perm.ru>
To: bug-followup@FreeBSD.org, emz@norma.perm.ru
Cc:  
Subject: Re: ports/116323: jabber-users-agent bugs
Date: Thu, 13 Sep 2007 11:19:15 +0600

 Hi.
 
 One more thing:
 
 to easilly support national symbols in the JUD, according to the fact 
 that createDB creates mysql database with a default UTF-8 charset,
 the connect string in the perl script should be followed by the 'set 
 names' string. So the lines around the 'connect' directive should look 
 like that:
 
 my $dbh = 
 DBI->connect($data_source,$config{mysql}->{username},$config{mysql}->{password});
 $dbh -> do("SET NAMES UTF8;");
 
 ZhZh.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709130550.l8D5o6s4062383>