lua-users home
lua-l archive

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


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