Re: changing console codepage on windows breaks lua REPL
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: changing console codepage on windows breaks lua REPL
- From: Gabriel Bertilson <arboreous.philologist@...>
- Date: 2019年10月23日 13:48:28 -0500
I had this problem when I was running Windows as well, and it annoyed
me to no end. I mostly use Linux now, but I think that lua-u8w
(https://github.com/nathancorvussolis/lua-u8w) at least allowed me to
open files with non-ASCII characters in their paths, so it's worth a
try if you can figure out how to compile it. There are Visual Studio
files in the repository, and I somehow managed to compile in Visual
Studio, even though I don't really understand how the program works.
— Gabriel
On Wed, Oct 23, 2019 at 1:07 PM Marcus Mason <m4gicks@gmail.com> 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?