package monodevelop tags 343889 patch thanks The attached patch fixes the French PO header, which caused the wrong encoding.
Kind Regards, -- Nekral
diff -rauN ../orig/monodevelop-0.9/po/fr.po ./monodevelop-0.9/po/fr.po --- ../orig/monodevelop-0.9/po/fr.po 2005-11-21 23:22:38.000000000 +0100 +++ ./monodevelop-0.9/po/fr.po 2006-02-14 21:59:41.000000000 +0100 @@ -15,8 +15,8 @@ "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=\n" -"Content-Transfer-Encoding: " +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit" #: ../Core/src/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml.h:1 msgid "# Any single digit"

