![]() |
Home | Libraries | People | FAQ | More |
(EXPERIMENTAL) Represents a MySQL character set.
Defined in header <boost/mysql/character_set.hpp>
struct character_set
Name |
Description |
---|---|
The character set name, as a NULL-terminated string. |
|
Obtains the size of the first character of a string. |
By default, you should always use utf8mb4_charset
, unless there is
a strong reason not to. This struct allows you to extend this library with
character sets that are not supported out of the box.