Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Structures | Functions | Variables

chklocale.c File Reference

#include "postgres.h"
#include <locale.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 struct encoding_match encoding_match_list []

Function Documentation

int pg_get_encoding_from_locale ( const char *  ctype,
bool  write_message 
)

Variable Documentation

Definition at line 46 of file chklocale.c.