From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Question about date format Date: Fri, 27 Feb 2009 16:41:41 +0100 Message-ID: <518650A3-EEF3-40DF-A1CF-02B75FE01CF0@uva.nl> References: <650784.2927.qm@web28316.mail.ukl.yahoo.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ld4qR-0004Rr-V0 for emacs-orgmode@gnu.org; Fri, 27 Feb 2009 10:41:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ld4qQ-0004Q0-81 for emacs-orgmode@gnu.org; Fri, 27 Feb 2009 10:41:47 -0500 Received: from [199.232.76.173] (port=38841 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ld4qP-0004Pb-Tz for emacs-orgmode@gnu.org; Fri, 27 Feb 2009 10:41:46 -0500 Received: from yx-out-1718.google.com ([74.125.44.156]:30917) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ld4qP-00005m-Gq for emacs-orgmode@gnu.org; Fri, 27 Feb 2009 10:41:45 -0500 Received: by yx-out-1718.google.com with SMTP id 34so819929yxf.66 for ; Fri, 27 Feb 2009 07:41:43 -0800 (PST) In-Reply-To: <650784.2927.qm@web28316.mail.ukl.yahoo.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: giovanni.ridolfi@yahoo.it Cc: Petr Ruzicka , emacs-orgmode@gnu.org On Feb 27, 2009, at 3:01 PM, Giovanni Ridolfi wrote: > --- Gio 26/2/09, Petr Ruzicka ha scritto: >> I'm using Org on Windows with Czech enviroment. > Hi, Petr, > > I'm using M$Widows XP in an Italian environment. > Emacs 22.3 and Emacs 23.0.9 > > The abbreviations of weekdays are correct in Italian: > > DEADLINE: <2009-01-14 mer +1m> CLOSED: [2009-02-27 ven 14:08] > > and have nothing special in my .emacs > >> [2009-02-26 =C3=A8t 02:36]", it should be >> [2009-02-26 =C4=8Dt 02:36]". > > I think the problem is the accented letter in the time format. > + Perhaps the time and date format of Emacs/Org-mode > does not use UTF-8. > + Carsten, could it be a bug of Emacs itself? The time string comes directly from `format-time-string', an Emacs =20 function. - Carsten