You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ICA-AtoM Users
I try to test in thai language but it cannot use unicode utf-8 in thai
language
How can I do?
Jesús García Crespo
unread,
May 30, 2011, 1:17:52 PM5/30/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ica-ato...@googlegroups.com
Hi!
You have to make sure that your database supports Unicode data using UTF-8 encoding. The fastest method is to create a new database using this SQL command:
CREATE DATABASE ica_atom CHARACTER SET utf8 COLLATE utf8_unicode_ci;
I chose "ica_atom" for the database name, but you can change it :).