Unicode and Mysql

Discussion of programming on Linux, including shell scripting, perl, python, c/c++, mono, java. Whatever tickles your fancy.
Post Reply
kadnan
Battalion Quarter Master Havaldaar
Posts: 208
Joined: Wed Aug 07, 2002 8:00 pm
Location: Karachi,Pakistan
Contact:

Unicode and Mysql

Post by kadnan »

How can i enter unicode data in particular field?
lambda
Major General
Posts: 3452
Joined: Tue May 27, 2003 7:04 pm
Location: Lahore
Contact:

Post by lambda »

which mysql version are you using? are you using the utf-8 character set?

assuming you're using utf-8, all you need to do is insert the data.
Post Reply