[BUGS] Bad French support encoding for postgresql version 8.0.4 -
11-04-2005
, 09:14 AM
Hi,
Since version 8.0.4, all French Postgresql messages are bad encoded.
Having a quick look beetween po's files version 8.0.3 and 8.0.4, it
appear that po's files was included to cvs certainly from an host using
a bad locale setting.
Regards,
cf:
---
psql -h $DBHOST -d inventaire
Bienvenue dans psql 8.0.4, l'interface interactive de PostgreSQL.
-------------------------------------------------------------------------------------------------------------
PostgreSQL 8.0.4 on i686-redhat-linux-gnu, compiled by GCC gcc (GCC)
3.3.3 20040412 (Red Hat Linux 3.3.3-7)
example:
--------
po file in /usr/local/src/postgresql-8.0.3/src/bin/pg_ctl/po/fr.po
....
# translation of pg_ctl.po to FR_fr
# French message translation file for pg_ctl
#
# Use these quotes: «%s»
# Guillaume Lelarge <gleu (AT) wanadoo (DOT) fr>, 2004, 2005.
#
....
Version 8.0.4:
....
# translation of pg_ctl-fr.po to FR_fr
# French message translation file for pg_ctl
#
# $Header: /cvsroot/pgsql/src/bin/pg_ctl/po/fr.po,v 1.6.4.2 2005/06/17
11:42:01 petere Exp $
#
# Use these quotes: «%s»
# Guillaume Lelarge <gleu (AT) wanadoo (DOT) fr>, 2004, 2005.
#
....