tags 354345 upstream patch
thanks

Hello,

I also have the same problem of uncorrectly displayed accented letters.

The file po/fr.po is not valid. You can use "cd po; make update-gmo" to
see the errors.

A simple patch is:

--- fr.po.orig  2006-11-05 16:39:08.000000000 +0100
+++ fr.po       2006-11-05 16:40:11.000000000 +0100
@@ -2,7 +2,6 @@
 # Copyright (C) YEAR Free Software Foundation, Inc.
 # FIRST AUTHOR <[EMAIL PROTECTED]>, YEAR.
 #
-#, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: sitecopy 0.9.3\n"
@@ -12,7 +11,7 @@
 "Last-Translator: Sylvain Glaize <[EMAIL PROTECTED]>\n"
 "Language-Team: fr\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=latin-1\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"

 #: src/console_fe.c:119


comments:
- remove the "fuzzy" line
- change "latin-1" in "ISO-8859-1"

-- 
 Dr. Ludovic Rousseau                        [EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to