MySQL Forums
Forum List  »  Connector/C++

Re: mysql++ and unicode
Posted by: x bx
Date: June 28, 2007 12:11AM

set mysql db charset to utf8
in my.ini or so on:

[client]
default-character-set=utf8


[mysqld]
default-character-set=utf8

and than set you table's charset to utf8.

OK.

Options: ReplyQuote


Subject
Views
Written By
Posted
5671
May 29, 2007 01:16PM
3104
June 06, 2007 06:54AM
Re: mysql++ and unicode
3018
June 28, 2007 12:11AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.