UTF8 problems
-
it cant work with UTF8 names and contents…
probably problem with utf8 table creation, while installing the plugin.use like this while creating table:
………..
PRIMARY KEY (IDD),
UNIQUE KEYIDD(IDD)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci AUTO_INCREMENT=1;
The topic ‘UTF8 problems’ is closed to new replies.