CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/30 12:55:52
Modified files:
regress/bin/ksh/edit: emacs.sh
Log message:
The byte \0363 is not invalid in UTF-8.
The incorrectness of this test was exposed by the bugfix
in /usr/src/bin/ksh/emacs.c rev. 1.88 and reported to me by bluhm@.
This is a minimal fix replacing the incorrect test line
with two correct tests involving the same byte.
OK anton@
