Re: client encodings - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: client encodings
Date
Msg-id Pine.LNX.4.44.0306161344090.2751-100000@peter.localdomain
Whole thread Raw
In response to client encodings  (Dennis Björklund <db@zigo.dhs.org>)
Responses Re: client encodings  (Dennis Björklund <db@zigo.dhs.org>)
List pgsql-hackers
Dennis Björklund writes:

> However, if you want to produce a utf-8 file, how should that work with
> respect to gettext()? If the message catalog is in latin1 then we need to
> know that and convert that into utf-8.

I don't think all gettext implementations support automatic character set
conversion.  We might have to roll our own sometime, but for now it's not
an option.

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: sql_ascii
Next
From: Tom Lane
Date:
Subject: Re: enumeration type?