Simple implementation of get_environment_setting() on non-Windows platforms.
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Tue, 21 Mar 2017 11:52:07 +0000 (20:52 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Tue, 21 Mar 2017 12:03:42 +0000 (21:03 +0900)
commita4c964282ddae4747c9973481715fe07517e7976
tree98e510cdb32a3f78ebe031a4a27bc832da860366
parent76a5fc0f554526d2820ed8de9b733cac79651aba
Simple implementation of get_environment_setting() on non-Windows platforms.
If the codeset part of the current locale is UTF8, set the client_encoding to 'UTF8'.
Take * set client_coding='...' * into account in check_client_coding().
multibyte.c