#include "postgres.h"
#include <locale.h>
#include "mb/pg_wchar.h"
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 [] |
int pg_get_encoding_from_locale | ( | const char * | ctype, | |
bool | write_message | |||
) |
Definition at line 376 of file chklocale.c.
Referenced by check_encoding_locale_matches(), check_locale_encoding(), connectOptions2(), GetPlatformEncoding(), PGLC_localeconv(), PQsetClientEncoding(), setup_collation(), and setup_locale_encoding().
{
return PG_SQL_ASCII;
}
struct encoding_match encoding_match_list[] [static] |
Definition at line 46 of file chklocale.c.