Re: unicode urgent

2004-12-03 Thread Gleb Paharenko
Hello. You may use _utf8 0xXX form of input, where is 0x - hexademical representation of your japanese string (each unicode character has it's own hexademical value). For an example see: http://dev.mysql.com/doc/mysql/en/Charset-literal.html >hi >i want to do a insert query w

unicode urgent

2004-12-01 Thread Deepankar Das
hi i want to do a insert query which contains utf 8 (japanese characters) characters in the database but surprisingly when i done this it stores ??? and also when i retrieves it fails to give actual  picture iam using mysql 4.1.b alpha using mysqlcc as my editor and dos promt   looking for