Re: charset problem in wicked
Jan Schneider <[email protected]> Fri, 06 May 2005 11:35:50 +0200
| Newsgroups | gmane.comp.horde.wicked |
|---|---|
| Message-ID | <[email protected]> |
Please report a ticket on bugs.horde.org Zitat von David Chang <[email protected]>: > Hi all: > Chinese seems not work in wicked,even used unicode backend. > > I used create_database.sql to create a unicode charset database in > mysql server > for wicked use. > #more create_database.sql > CREATE DATABASE `wiki3` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci; > #mysql wiki3<wicked.sql > > And here are my wicked's conf.php: > . > . > $conf['wicked']['diff_format'] = 'unified'; > $conf['wicked']['require_change_log'] = false; > $conf['menu']['pages'] = array('WikiHome', 'HowToUseWiki', 'RecentChanges', > 'TitleSearch', 'AllPages'); > $conf['menu']['apps'] = array(); > $conf['storage']['driver'] = 'sql'; > $conf['storage']['params']['persistent'] = true; > $conf['storage']['params']['hostspec'] = 'localhost'; > $conf['storage']['params']['username'] = 'user'; > $conf['storage']['params']['password'] = 'password'; > $conf['storage']['params']['port'] = 3306; > $conf['storage']['params']['protocol'] = 'tcp'; > $conf['storage']['params']['database'] = 'wiki3'; > $conf['storage']['params']['charset'] = 'utf-8'; > $conf['storage']['params']['phptype'] = 'mysql'; > $conf['storage']['params']['table'] = 'wicked_pages'; > $conf['storage']['params']['historytable'] = 'wicked_history'; > $conf['storage']['params']['attachmenttable'] = 'wicked_attachments'; > $conf['storage']['params']['attachmenthistorytable'] = > 'wicked_attachment_history'; > $conf['storage']['params']['driverconfig'] = 'custom'; > > David Chang > > > -- > wicked mailing list - Join the hunt: http://horde.org/bounties/#wicked > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: [email protected] > > Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting/ -- wicked mailing list - Join the hunt: http://horde.org/bounties/#wicked Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]