libpqxx
The C++ client library for PostgreSQL
pqxx::internal::glyph_scanner< encoding_group::gb18030 > Struct Referencefinal

GB18030 and its older subsets, including GBK. More...

#include <encodings.hxx>

Static Public Member Functions

static constexpr PQXX_INLINE_ONLY std::size_t call (std::string_view buffer, std::size_t start, sl loc)
 

Detailed Description

GB18030 and its older subsets, including GBK.

Chinese variable-width encoding of up to 4 bytes per character.

See https://en.wikipedia.org/wiki/GB_18030#Mapping

Member Function Documentation

◆ call()

static constexpr PQXX_INLINE_ONLY std::size_t pqxx::internal::glyph_scanner< encoding_group::gb18030 >::call ( std::string_view  buffer,
std::size_t  start,
sl  loc 
)
inlinestaticconstexpr

The documentation for this struct was generated from the following file: