PostgreSQL Source Code
git master
|
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 [] |
int pg_get_encoding_from_locale | ( | const char * | ctype, |
bool | write_message | ||
) |
Definition at line 452 of file chklocale.c.
References PG_SQL_ASCII.
Referenced by cache_locale_time(), check_encoding_locale_matches(), check_locale_encoding(), connectOptions2(), pg_import_system_collations(), PGLC_localeconv(), PQsetClientEncoding(), SetMessageEncoding(), and setup_locale_encoding().
|
static |
Definition at line 45 of file chklocale.c.