Hello,
short question: I didn't find anything in the manual about configuring
the connection character set. I would like to have everything set to
utf8, but to me it appears mysqlpp is always using the database's
default character set (which is still latin-1 for most installations
I've seen). Is the solution just to issue "set character set" etc.
commands in the client code by myself (e.g. as part of the pooling
mechanism), or is there a smarter way? When doing it through queries,
will this affect mysqlpp::quote in any ill way? (using utf8 it normally
shouldn't, but never say never).
cheers
Michael