[O] bug#34684: bug#34684: 26.1; Strange characters when inserting date

2019-03-12 Thread Eli Zaretskii
> From: Takaaki Ishikawa 
> Date: Tue, 12 Mar 2019 12:42:39 +0900
> Cc: Robert Pluim , Eli Zaretskii , 
>   "34...@debbugs.gnu.org" <34...@debbugs.gnu.org>
> 
> Have you tried to use `set-local-environment'?
> I usually use the command to change the date formatting in my init.el as 
> follows:
> 
> (set-locale-environment "en_US.UTF-8") ;; "ja_JP.UTF-8"

You are on GNU/Linux, right?  Because the above will not work on
Windows, because UTF-8 os not reliably supported, not even in Windows
10 (which added some improvements in that area).

But perhaps this could help:

  (set-language-environment "Chinese-Big5")

However, it's possible that even this will not help, unless the system
codepage is changed to something that can support Chinese.





[O] bug#34684: bug#34684: 26.1; Strange characters when inserting date

2019-03-11 Thread Takaaki Ishikawa
Hi folks,

Have you tried to use `set-local-environment'?
I usually use the command to change the date formatting in my init.el as
follows:

(set-locale-environment "en_US.UTF-8") ;; "ja_JP.UTF-8"

Best  regards,
Takaaki Ishikawa


2019年3月12日(火) 3:34 Wong, Philip :

> Does the same thing
>
>
>
>
>
>
>
>
>
> -Original Message-
> From: Robert Pluim 
> Sent: Monday, March 11, 2019 10:43 AM
> To: Wong, Philip 
> Cc: Eli Zaretskii ; 34...@debbugs.gnu.org
> Subject: Re: bug#34684: 26.1; Strange characters when inserting date
>
>
>
> > On Mon, 11 Mar 2019 09:41:41 +, "Wong, Philip" <
> philip.w...@warwick.ac.uk> said:
>
>
>
> Philip> Sorry, I don't understand what you mean by emacs -Q.  How
>
> Philip> exactly am I supposed to run this command?
>
>
>
> Philip> I tried ctrl c and then started typing 'emacs -Q' but it
>
> Philip> did nothing.
>
>
>
> I guess youʼre starting emacs by clicking on some icon? You need to start
> it from the command line, with an argument of -Q, probably from cmd.exe or
> similar (I am Emacs-on-windows ignorant).
>
>
>
> Robert
>