[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: changing console codepage on windows breaks lua REPL
- From: Scott Morgan <blumf@...>
- Date: Thu, 24 Oct 2019 01:35:07 +0100
On 23/10/2019 19:06, Marcus Mason wrote:
> when I use chcp 65001 to change codepage to utf8 the lua repl cannot
> handle utf8 input:
>> [[€]]
>>>
> Does anyone know how to fix this?
I don't think MS has officially fixed their broken UTF8 support for the
command prompt and std C functions yet.
Scott