-
Notifications
You must be signed in to change notification settings - Fork 256
mariadb_get_charset_by_nr
Georg Richter edited this page Jun 10, 2023
·
1 revision
mysql_get_charset_by_name - returns character set information for the specified character set number
#include <mysql.h>
MARIADB_CHARSET_INFO *mariadb_get_charset_by_name(uint cs_nr)
Returns information about the specified character set number.
-
cs_nr
- a character set number.
Returns a pointer to MARIADB_CHARSET_INFO structure, or NULL if the specified character set number could not be found.
- A complete list of supported character sets in the client library is listed in the function description for mysql_set_character_set().
MariaDB Connector/C Reference