Re: client encodings

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Dennis Björklund <db(at)zigo(dot)dhs(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: client encodings
Date: 2003-06-16 12:44:34
Message-ID: Pine.LNX.4.44.0306161344090.2751-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-06-16 13:22:11 Re: ECPG CVS version problems
Previous Message Peter Eisentraut 2003-06-16 12:43:15 Re: sql_ascii