-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
repl: surrogate pair upsets repl / terminal #690
Comments
Unable to replicate the behavior in io.js 1.0.4 on macosx 10.10. |
Sorry, I should have mentioned that this is with v1.x HEAD and that I can reproduce it with the stock FC21 terminal emulator and with the OS X 10.8 terminal emulator when ssh'ing into an FC21 box but not when run locally - and only when TERM=screen, TERM=xterm works. |
Ah... Just for completeness... did you double check the locale on the FC21 box? |
It's en_US.UTF-8. Starting screen with e.g. LC_ALL=C doesn't make a difference. I'm not sure if screen is locale-aware, though. |
Oh, missed that. |
The REPL still accepts input but no longer echoes it. Typing in
process.exit()
cleanly shuts down the process but the terminal isn't reset, leaving it in an unusable state until you run reset(1).The text was updated successfully, but these errors were encountered: