Support unicode in stdout and stderr#77
Conversation
|
The failure is for |
This is for the browser Emscripten and not the Node one, so I don't think it's related. 🤔 I opened python/cpython#91879 on the CPython repo, which includes these changes as well as #78. |
|
The decimal test is flaking it seems, or at least recently started failing. |
|
If it's a flaky test, a close-reopen (or a click on the re-run button by a maintainer) to rerun the CI might be enough -- if it passes, that would unblock this PR. :) |
True! But it is superseded by python/cpython#91879 anyway, so I'll probably just close this. |
This solution delegates the UTF-8 decoding to xterm.js, which accepts a
Uint8Arrayobject representing UTF-8 bytes to itswritemethod (docs here).Thanks to @pmp-p for helping me realize that xterm.js might be able to do the decoding for us.