96a97,100
> | ``char16_t`` | UTF-16 character literal | :file:`pybind11/pybind11.h` |
> +------------------------------------+---------------------------+-------------------------------+
> | ``char32_t`` | UTF-32 character literal | :file:`pybind11/pybind11.h` |
> +------------------------------------+---------------------------+-------------------------------+
100a105,108
> | ``const char16_t *`` | UTF-16 string literal | :file:`pybind11/pybind11.h` |
> +------------------------------------+---------------------------+-------------------------------+
> | ``const char32_t *`` | UTF-32 string literal | :file:`pybind11/pybind11.h` |
> +------------------------------------+---------------------------+-------------------------------+
104a113,116
> | ``std::u16string`` | STL dynamic UTF-16 string | :file:`pybind11/pybind11.h` |
> +------------------------------------+---------------------------+-------------------------------+
> | ``std::u32string`` | STL dynamic UTF-32 string | :file:`pybind11/pybind11.h` |
> +------------------------------------+---------------------------+-------------------------------+