git-archimport-id: opensource@polytechnique.org--2005/banana--mainline--1.0--patch-25
$this->_newPost($id);
if ($this->post) {
$subject = preg_replace("/^re\s*:\s*/i", 'Re: ', $this->post->headers['subject']);
- $body = $this->post->name." "._b_("a écrit")." :\n".wrap($this->post->body, "> ");
+ $body = utf8_encode($this->post->name." "._b_("a écrit"))." :\n".wrap($this->post->body, "> ");
$target = isset($this->post->headers['followup-to']) ? $this->post->headers['followup-to'] : $this->post->headers['newsgroups'];
}
}
}
if (preg_match('!charset=([^;]*)\s*(;|$)!', $this->headers['content-type'], $matches)) {
- $this->body = iconv($matches[1], 'utf-8', $this->body)
+ $this->body = iconv($matches[1], 'utf-8', $this->body);
}
}
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-05-24 12:48+0200\n"
+"POT-Creation-Date: 2005-05-24 12:57+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"