Welcome Guest, Not a member yet? Register   Sign In
UTF-8
#8

[eluser]Tanax[/eluser]
This is my categories table:
Code:
CREATE TABLE IF NOT EXISTS `categories` (
  `cat_id` tinyint(3) NOT NULL AUTO_INCREMENT,
  `cat_desc` varchar(255) NOT NULL,
  `cat_order` tinyint(3) NOT NULL,
  `cat_name` varchar(28) NOT NULL,
  `cat_visible` tinyint(3) NOT NULL,
  PRIMARY KEY (`cat_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ;

Seems as the charset is latin1. I also checked the collation, and it's latin1_swedish_ci.
Should I change this?

Or should I change something in CI?

Also; Colin- what do you mean?

Thanks!


Messages In This Thread
UTF-8 - by El Forum - 03-25-2009, 01:48 PM
UTF-8 - by El Forum - 03-25-2009, 01:59 PM
UTF-8 - by El Forum - 03-25-2009, 02:08 PM
UTF-8 - by El Forum - 03-25-2009, 07:12 PM
UTF-8 - by El Forum - 03-25-2009, 07:18 PM
UTF-8 - by El Forum - 03-25-2009, 08:50 PM
UTF-8 - by El Forum - 03-25-2009, 08:55 PM
UTF-8 - by El Forum - 03-26-2009, 06:02 AM
UTF-8 - by El Forum - 03-26-2009, 06:15 AM
UTF-8 - by El Forum - 03-26-2009, 06:41 AM
UTF-8 - by El Forum - 03-26-2009, 12:57 PM
UTF-8 - by El Forum - 03-26-2009, 05:12 PM
UTF-8 - by El Forum - 11-28-2009, 09:29 AM
UTF-8 - by El Forum - 11-28-2009, 05:04 PM
UTF-8 - by El Forum - 11-29-2009, 03:35 AM
UTF-8 - by El Forum - 11-29-2009, 04:39 AM
UTF-8 - by El Forum - 11-29-2009, 05:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB