bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: UTF8 convert when using make


From: Truong Term
Subject: Re: UTF8 convert when using make
Date: Thu, 28 May 2020 09:45:32 +0800

Dear Paul and Eli, 

Thanks for your support, let me try


Best Regards,

On Wed, May 27, 2020 at 11:53 PM Eli Zaretskii <eliz@gnu.org> wrote:
> From: Truong Term <hmtruong1987@gmail.com>
> 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).

reply via email to

[Prev in Thread] Current Thread [Next in Thread]