UTF8 chars not supported
-
When i type content with UTF8, then on output page, there are shown question marks ??????????????????????????? instead of chars…
maybe the plugin doesnt create the database table with UTF8 parameter.use like this while creating table:
………..
PRIMARY KEY (IDD
),
UNIQUE KEYIDD
(IDD
)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci AUTO_INCREMENT=1;
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘UTF8 chars not supported’ is closed to new replies.