From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Pluim Subject: bug#34684: 26.1; Strange characters when inserting date Date: Fri, 01 Mar 2019 14:49:34 +0100 Message-ID: References: <83h8cnkdc5.fsf@gnu.org> <83zhqfit5u.fsf@gnu.org> <83d0naj30v.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:60321) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gziY7-0004kA-Va for emacs-orgmode@gnu.org; Fri, 01 Mar 2019 08:50:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gziY7-0004Ci-44 for emacs-orgmode@gnu.org; Fri, 01 Mar 2019 08:50:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42389) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gziY7-0004CO-03 for emacs-orgmode@gnu.org; Fri, 01 Mar 2019 08:50:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gziY6-0003m9-TO for emacs-orgmode@gnu.org; Fri, 01 Mar 2019 08:50:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Robert Pluim's message of "Fri, 01 Mar 2019 14:47:21 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Eli Zaretskii Cc: Philip.Wong@warwick.ac.uk, 34684@debbugs.gnu.org Robert Pluim writes: > Eli Zaretskii writes: > >>> From: Robert Pluim >>> Cc: Eli Zaretskii , 34684@debbugs.gnu.org >>> Date: Fri, 01 Mar 2019 11:00:01 +0100 >>>=20 >>> > It could be some snafu in Org, though, e.,g. if it doesn't know how to >>> > support that value of $LANG. In any case, should be reported to Org >>> > developers first. >>>=20 >>> org-time-stamp just calls essentially >>>=20 >>> (insert (format-time-string "<%Y-%m-%d %a>" (current-time))) >>>=20 >>> so it=CA=BCs hard to see how this could be an issue in Org. >> >> That's only so if the above produces the same garbled result as in the >> original report. Does it? > > Didn=CA=BCt I send this yesterday? > > $ LANG=3Dzh_HK src/emacs -Q -l ss.el > (require 'org) > (org-time-stamp) > <2019-03-01 =E4=BA=94> > > I think '=E4=BA=94' is 'Five', but don=CA=BCt quote me on that. > > So at least for me it=CA=BCs working correctly (in both *scratch* and an > Org-mode buffer), which means there=CA=BCs something wrong in the > reporter's configuration somewhere. And also (insert (format-time-string "<%Y-%m-%d %a>" (current-time))) produces the same result for me.