BUG #1974: UTF-8 french postmaster messages corrupted

From: "Thomas Reiss" <thomas(dot)reiss(at)interieur(dot)gouv(dot)fr>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1974: UTF-8 french postmaster messages corrupted
Date: 2005-10-18 13:00:03
Message-ID: 20051018130003.456F8F0C36@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1974
Logged by: Thomas Reiss
Email address: thomas(dot)reiss(at)interieur(dot)gouv(dot)fr
PostgreSQL version: 8.0.4
Operating system: Linux Fedora Core 1
Description: UTF-8 french postmaster messages corrupted
Details:

Hello,

The french messages lost their accents in the latest stable release.
When in 8.0.4 with $LANG=fr_FR.UTF-8, I get:
[postgres(at)bu04 postgres]$ echo $LANG
fr_FR.UTF-8
[postgres(at)bu04 postgres]$ pg_ctl stop
en attente de l'arrt du postmaster....TRACE: arrt en cours des
traces
fait
postmaster arrt

When in 8.0.2, on the same server, with $LANG=fr_FR.UTF-8, I get the
following, which is correct:
[postgres(at)host postgres]$ echo $LANG
fr_FR.UTF-8
[postgres(at)host postgres]$ pg_ctl stop
en attente de l'arrt du postmaster.... fait
postmaster arrt

I did this tests in the same session, I just switch from an environnement to
another by resetting the $PATH and $PGDATA environnement variables.

Thanks in advance.
Thomas

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Richard Huxton 2005-10-18 13:15:53 Re: BUG #1972: index error with space character
Previous Message Oliver Elphick 2005-10-18 08:01:29 Re: Problem with COPY in 8.0.3