libpqxx
The C++ client library for PostgreSQL
Loading...
Searching...
No Matches
encoding_group.hxx File Reference
#include <cstddef>

Go to the source code of this file.

Namespaces

namespace  pqxx
 The home of all libpqxx classes, functions, templates, etc.
namespace  pqxx::internal
 Internal items for libpqxx' own use. Do not use these yourself.

Typedefs

using pqxx::internal::glyph_scanner_func
 Function type: "find the end of the current glyph.".
using pqxx::internal::char_finder_func
 Function type: "find first occurrence of specific any of ASCII characters.".

Enumerations

enum class  pqxx::internal::encoding_group {
  pqxx::internal::MONOBYTE , pqxx::internal::BIG5 , pqxx::internal::EUC_CN , pqxx::internal::EUC_JP ,
  pqxx::internal::EUC_KR , pqxx::internal::EUC_TW , pqxx::internal::GB18030 , pqxx::internal::GBK ,
  pqxx::internal::JOHAB , pqxx::internal::MULE_INTERNAL , pqxx::internal::SJIS , pqxx::internal::UHC ,
  pqxx::internal::UTF8
}