mysql_get_character_set_info
- Provided by: libmariadb-dev (Version: 1:10.11.14-0ubuntu0.24.04.1)
- Source: mariadb
- Report a bug
mysql_get_character_set_info - returns character set information
#include <mysql.h>
void mysql_get_character_set_info(MYSQL * mysql,
MY_CHARSET_INFO * charset);
Returns information about the current default character set for the specified connection.