mysql_set_character_set
mysql_set_character_set sets the default character set for a MariaDB Connector/C connection, ensuring mysql_real_escape_string uses the correct encoding.
Syntax
int mysql_set_character_set(MYSQL * mysql,
const char * csname);Parameters
Description
Return Value
Supported Character Sets
Character set
Description
See Also
Last updated
Was this helpful?

