| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | October 2 2006 7:19pm |
| Subject: | Re: mysqlpp and wchar_t problem | ||
| View as plain text | |||
gani b. c. wrote: > 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/userman/html/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.
| Thread | ||
|---|---|---|
| • mysqlpp and wchar_t problem | gani b. c. | 2 Oct |
| • Re: mysqlpp and wchar_t problem | Warren Young | 2 Oct |
| • mysql++ memory usage | Alex Burton | 3 Oct |
| • Re: mysql++ memory usage | Warren Young | 4 Oct |
| • Re: mysql++ memory usage | Bill K | 4 Oct |
| • Re: mysql++ memory usage | Alex Burton | 4 Oct |
| • Re: mysql++ memory usage | Warren Young | 4 Oct |
| • Re: mysql++ memory usage | Bill K | 5 Oct |
| • Re: mysql++ memory usage | Warren Young | 5 Oct |
| • Re: mysql++ memory usage | Alex Burton | 6 Oct |
| • Re: mysql++ memory usage | Alex Burton | 6 Oct |
| • RE: mysql++ memory usage | Matt Dargavel | 6 Oct |
| • Re: mysql++ memory usage | Warren Young | 6 Oct |
| • Re: mysql++ memory usage | Alex Burton | 7 Oct |
| • Re: mysql++ memory usage | Warren Young | 7 Oct |
| • Re: mysql++ memory usage | Matt Dargavel | 7 Oct |
| • Re: mysql++ memory usage | Warren Young | 12 Oct |
| • Exporting classes | Matt Dargavel | 19 Oct |
| • Re: Exporting classes | Warren Young | 20 Oct |
| • RE: Exporting classes | Matt Dargavel | 20 Oct |
| • Re: mysql++ memory usage | Carlos Flores | 4 Oct |
| • Re: mysqlpp and wchar_t problem | gani b. c. | 3 Oct |
