/** Client text encoding information.
 *
 * There is only minimal encoding awareness in libpqxx.  The only thing the
 * library really needs to know is where in memory a given character ends.
 */
// Actual definitions in .hxx file so editors and such recognize file type
#include "pqxx/internal/header-pre.hxx"
#include "pqxx/encoding_group.hxx"
#include "pqxx/internal/header-post.hxx"
