Re: Determining client_encoding from client locale - Mailing list pgsql-hackers

From Greg Stark
Subject Re: Determining client_encoding from client locale
Date
Msg-id 4136ffa0906171532j141c4031w8f67874bd06e97db@mail.gmail.com
Whole thread Raw
In response to Re: Determining client_encoding from client locale  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
On Wed, Jun 17, 2009 at 4:54 PM, Alvaro
Herrera<alvherre@commandprompt.com> wrote:
> Heikki Linnakangas wrote:
>> We currently require that you set client_encoding correctly, or you get
>> garbage in psql and any other tool using libpq. How about setting
>> client_encoding automatically to match the client's locale? We have
>> pg_get_encoding_from_locale() function that we can use to extract the
>> encoding from LC_CTYPE. We could call that in libpq.
>
> +1

I wonder if isatty() is true and we have terminfo information if
there's a terminfo capability to query the terminal for the correct
encoding.
But yeah, +1 to automatically using the user's current encoding from LC_CTYPE.


-- 
Gregory Stark


pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Named transaction
Next
From: Tom Lane
Date:
Subject: Re: Cannot use all four trigger events at once