Comments - Charset problem with C/C++ connector

4 years, 11 months ago Didier Blockelet

To be exact it is also necessary to encode the downward direction (data from the server to the client) with: set session character_set_server='utf8mb4'; set session character_set_results='utf8mb4';

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.