On Sun, Jan 22, 2017 at 03:55:25PM +0100, Ingo Schwarze wrote: > Hi, > > Anton Lindqvist wrote on Sun, Jan 22, 2017 at 02:57:12PM +0100: > > > I recently encountered a bug related to UTF-8 in ksh(1). > > > > While inserting the following sequence, part of my prompt gets mangled: > > > > a<backward-char>ö > > > > With PS1='ksh$ ' I expect the following output: > > > > ksh$ öa > > > > ... actual output: > > > > kshöaa > > I cannot reproduce. It works for me on OpenBSD-current (amd64). > > Which version of OpenBSD are you using?
My bad, turns out this problem is related to my terminal emulator rather than ksh. I can't re-produce the problem in either xterm or console. Sorry for the noise.