Encoding and i18n - Mailing list pgsql-hackers

From Gregory Stark
Subject Encoding and i18n
Date
Msg-id 87myuxnr2q.fsf@oxford.xeocode.com
Whole thread Raw
Responses Re: Encoding and i18n
Re: Encoding and i18n
List pgsql-hackers
Reading the commit message about the TZ encoding issue I'm curious why this
isn't a more widespread problem. How does gettext now what encoding we want
messages in? How do we prevent things like to_char(now(),'month') from
producing strings in an encoding different from the database's encoding?

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Zdenek Kotala
Date:
Subject: Re: Enforcing database encoding and locale match
Next
From: Shane Ambler
Date:
Subject: Re: [SQL] Why does the sequence skip a number with generate_series?