Date: Thu, 18 Oct 2018 07:58:17 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 232374] /bin/sh can not handle ja_JP.eucJP character code Message-ID: <bug-232374-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232374 Bug ID: 232374 Summary: /bin/sh can not handle ja_JP.eucJP character code Product: Base System Version: 11.2-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Many People Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: kh@mogami.com Description /bin/sh exits when reading non-ascii characters in ja_JP.eucJP environment! That is, the /bin/sh can not be used in EUC Japanese environment. How-To-Repeat: With 11.2-RELEASE(amd64|i386) 1) set /bin/sh as login-sh then login, or execute "exec sh" in other shell. 2) press key like Alt-A (or Alt-B, Alt-C, .. Alt-1, Alt-4, ..), or input eucJP KANJI code. or=20 1) in window opend by "xterm /bin/sh" or "kterm" 2) press key like Alt-A (or Alt-B, Alt-C, .. Alt-1, Alt-4, ..), or paste eucJP KANJI code. The cause of this problem lies in (/usr/src/lib)/)libedit, which makes it impossible to handle the eucJP character code with the read_char() function in read.c file. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232374-227>