From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/10036 Path: news.gmane.org!not-for-mail From: francois.lagarde@gmail.com Newsgroups: gmane.emacs.gnus.user Subject: Re: troubles after have changed locale ISO-8859-15 to utf8 Date: Tue, 11 Dec 2007 02:08:53 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <1193915776.840103.125140@k79g2000hse.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1197369764 11886 80.91.229.12 (11 Dec 2007 10:42:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Dec 2007 10:42:44 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Dec 11 11:42:55 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J22Zh-00011h-NL for gegu-info-gnus-english@m.gmane.org; Tue, 11 Dec 2007 11:42:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J22ZP-00022w-0Y for gegu-info-gnus-english@m.gmane.org; Tue, 11 Dec 2007 05:42:35 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!s8g2000prg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 33 Original-NNTP-Posting-Host: 132.166.134.48 Original-X-Trace: posting.google.com 1197367733 2048 127.0.0.1 (11 Dec 2007 10:08:53 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 11 Dec 2007 10:08:53 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s8g2000prg.googlegroups.com; posting-host=132.166.134.48; posting-account=0iV9JgoAAAAi2y7SH8VSYvlL53KKIjEm User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.11) Gecko/20071204 Ubuntu/7.10 (gutsy) Firefox/2.0.0.11, gzip(gfe), gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.gnus:80246 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:10036 Archived-At: In the last post, on 12/10 about 12h, "Katsumi" (Katsumi Yamaoka) wrote: Katsumi> How about changing it into the following? Katsumi> (let ((system-time-locale "fr_FR.utf8") (locale-coding- system Katsumi> 'utf-8)) (format-time-string "nnml:gposted.%Y.news-%m- %B-%Y")) Katsumi> [...] Anyway, try evaluating such forms in the *scratch* buffer Katsumi> (type `C-j' at the end of the last line). I got: Katsumi> "nnml:gposted.2007.news-12-d=E9cembre-2007" hello, I have just tried it. The problem is the same. When I send a mail, the gcc folder is correct, i.e: with correct accent "displayed" such as in "d=E9cembre". But the created folder has a bad encoding. I tried to change the system time locale/coding system to fr_FR.ISO-8859-1/latin-1. I got a bad displayed folder name and a bad created folder... Maybe I can find a workaround by setting a english system time locale and make a "sed-like" for each of the month: December->decembre (without any accents..) -- F. Lagarde