[perl #132441] [SEVERE] Windows REPL cannot handle «, » characters

2017-11-16 Thread Zoffix Znet via RT
On Mon, 13 Nov 2017 20:29:52 -0800, d...@zwell.net wrote: > With Linenoise installed, I get this error: > > Malformed UTF-8 at line 1 col 6 That looks like it might be working correctly, except cmd.exe wasn't told to UTF-8 code page (need to run `chcp 65001`). > But in the REPL, I tried to run

[perl #132441] [SEVERE] Windows REPL cannot handle «, » characters

2017-11-16 Thread Zoffix Znet via RT
On Mon, 13 Nov 2017 20:29:52 -0800, d...@zwell.net wrote: > With Linenoise installed, I get this error: > > Malformed UTF-8 at line 1 col 6 That looks like it might be working correctly, except cmd.exe wasn't told to UTF-8 code page (need to run `chcp 65001`). > But in the REPL, I tried to run

[perl #132441] [SEVERE] Windows REPL cannot handle «, » characters

2017-11-15 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Marked as 「SEVERE」 because it's very unfortunate that non-ascii stuff does not work. I don't know why it happens though, so people should feel free to retag as needed. On 2017-11-13 20:29:52, d...@zwell.net wrote: > Note: results are from Windows 10. Same results from CMD and from Cmder. > Rakudo