Re: Unicode strageness with lldb

2017-03-20 Thread Mark Millard

Pete French petefrench at ingresso.co.uk  wrote on Mon Mar 20 14:55:44 UTC 2017:

> Using the lldb installed with 11-STABLE from an hour or so ago. Thoigh
> I dont know when this started, as I have been using db until now.
> 
> First command I type is fine, subsequent commands, every keypress I
> type looks like this:
> 
> (lldb) \U+7F68\U+7F65\U+7F08
> 
> That's an attempted 'bt' so something is adding 0x7F00 to it somewhere.
> 
> Anyone else seeing this ? Its in a standard xterm, options '-sb +lc -en utf8'
> but I have tried with other options and it does the same thing.

There was a time a while back when I was seeing such in a head (12)
context. I'm not sure about the specific values after the +'s but \U
prefixed output was definitely involved. I was not explicitly using
any of the options that you list in those ssh sessions (from a
macOS environment).

I discovered that if I typed ^C it would output a new prompt and
start taking/displaying input normally.

I've not had such an issue in a while.

I never managed to isolate what contributed to it happening.

===
Mark Millard
markmi at dsl-only.net

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Unicode strageness with lldb

2017-03-20 Thread Pete French
Using the lldb installed with 11-STABLE from an hour or so ago. Thoigh
I dont know when this started, as I have been using db until now.

First command I type is fine, subsequent commands, every keypress I
type looks like this:

(lldb) \U+7F68\U+7F65\U+7F08

That's an attempted 'bt' so something is adding 0x7F00 to it somewhere.

Anyone else seeing this ? Its in a standard xterm, options '-sb +lc -en utf8'
but I have tried with other options and it does the same thing.

-pete.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"