[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: UTF8 convert when using make
From: |
Eli Zaretskii |
Subject: |
Re: UTF8 convert when using make |
Date: |
Wed, 27 May 2020 18:53:05 +0300 |
> From: Truong Term <address@hidden>
> Date: Wed, 27 May 2020 15:44:16 +0800
>
> I downloaded this one
> http://gnuwin32.sourceforge.net/packages/make.htm
>
> and got an error in display charset utf8 when trying to pass the parameter
> see my screenshot below
MinGW programs are native MS-Windows console executables, and thus
cannot support UTF-8 encoded text. Your shell command, by contrast,
runs in an MSYS2 Bash, which is a fork of Cygwin, which is NOT a
native Windows program and does support UTF-8.
If you must have UTF-8 suppport, I suggest to use the MSYS2 build of
Make (or a Cygwin build).