PostgreSQL Source Code  git master
chklocale.c File Reference
#include "postgres.h"
#include "mb/pg_wchar.h"
Include dependency graph for chklocale.c:

Go to the source code of this file.

Data Structures

struct  encoding_match
 

Functions

int pg_get_encoding_from_locale (const char *ctype, bool write_message)
 

Variables

static const struct encoding_match encoding_match_list []
 

Function Documentation

◆ pg_get_encoding_from_locale()

int pg_get_encoding_from_locale ( const char *  ctype,
bool  write_message 
)

Variable Documentation

◆ encoding_match_list

const struct encoding_match encoding_match_list[]
static

Definition at line 1 of file chklocale.c.