gani b. c. wrote:
Quote:
i have a problem using Query class from mysqlpp with wchar_t. i hope
somebody can help me with this.
i want to insert unicode to table. |
Read the MySQL++ user manual chapter on Unicode:
http://tangentsoft.net/mysql++/doc/u...l/unicode.html
Short version: by using wchar_t you are going to be using a UCS-2,
UCS-4, UTF-16, or UTF-32 character encoding. (Which it is depends on
your OS, compiler, etc.) MySQL wants UTF-8, a wholly different deal.
--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw