https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233624
Yuri Pankov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Yuri Pankov <[email protected]> --- Thanks, reproduced. The obvious "workaround" here is setting LANG and MM_CHARSET using ~/.login_conf (or /etc/login.conf, see 22.2.1 in https://www.freebsd.org/doc/handbook/using-localization.html). For the problem itself, I'm seeing the same on 12.0-RC2, but not on 13.0-CURRENT (as of 20181126); setting LANG in ~/.shrc shows the same problem. I'm not sure whether this is a bug per se, or what has exactly "fixed" it in -CURRENT. To sum up, the problem is: - have /bin/sh as login shell - don't have any locale customizations, so that you have "C" everywhere in locale(1) output - try to input/paste multibyte character; BEL is echoed back; no output - do: LC_ALL=en_US.UTF-8; export LC_ALL (or put it in ~/.shrc) - try to input/paste multibyte character; connection is closed. May be Jilles could have some ideas on what has changed? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
