-
Notifications
You must be signed in to change notification settings - Fork 256
mariadb_convert_string
Georg Richter edited this page Jun 10, 2023
·
2 revisions
mariadb_convert_string - Converts a string in to a different character set
#include <mysql.h>
size_t mariadb_convert_string(const char *from __attribute__((unused)),
size_t *from_len __attribute__((unused)),
MARIADB_CHARSET_INFO *from_cs __attribute__((unused)),
char *to __attribute__((unused)),
size_t *to_len __attribute__((unused)),
MARIADB_CHARSET_INFO *to_cs __attribute__((unused)), int *errorcode)
This function is deprecated and will be removed in future versions.
MariaDB Connector/C Reference