Hi Khaing su yee,

If the character set is not available in your MySQL, then add the particular character set to MySQL. You must have a MySQL source distribution to use these instructions. First, decide whether the character set is simple or complex and then proceed with it.

/////the name of your character set is represented by "myanmar".

If the "myanmar" is a simple character set,

Add "myanmar" to the end of the sql/share/charsets/Index file. Assign a unique number to it.
Create the file sql/share/charsets/myanmar.conf.
(...The syntax for the file is very simple:
Comments start with a '#' character and proceed to the end of the line.
Words are separated by arbitrary amounts of whitespace.
When defining the character set, every word must be a number in hexadecimal format.)

Add the character set name to the CHARSETS_AVAILABLE and COMPILED_CHARSETS lists in configure.in.
Reconfigure, recompile, and test.

Thanks
Visolve DB Team.

----- Original Message ----- From: "khaing su yee" <[EMAIL PROTECTED]>
To: <mysql@lists.mysql.com>
Sent: Tuesday, August 01, 2006 9:28 AM
Subject: want to insert unicode myanmar characters into MySQL database


I use Toad for MySQL 2.0 and SQLyog 5.02.
I want to insert unicode myanmar characters.
I change uft8 charset and utf8_unicode_ci collation.
But I can't insert myanmar characters.
What is needed to do?
Please tell me.

Thanks

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to