ports/116323: jabber-users-agent bugs

Eugene M. Zheganin emz at norma.perm.ru
Thu Sep 13 05:50:06 UTC 2007


The following reply was made to PR ports/116323; it has been noted by GNATS.

From: "Eugene M. Zheganin" <emz at norma.perm.ru>
To: bug-followup at FreeBSD.org, emz at 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.



More information about the freebsd-ports-bugs mailing list