Re: Should the readline *-meta flags reset when $LANG changes?

2022-08-09 Thread Koichi Murase
2022年8月10日(水) 2:07 Alan Coopersmith : > >> Thanks for the report. The eight-bit settings are auto-set once, when > >> readline is first called, but I'll see if it makes sense to change them > >> on every call. > > > > It's fairly easy. I'll make the change for the next devel branch push and > > bas

Re: Should the readline *-meta flags reset when $LANG changes?

2022-08-09 Thread Alan Coopersmith
On 8/9/22 08:15, Chet Ramey wrote: On 8/9/22 10:45 AM, Chet Ramey wrote: On 8/8/22 5:48 PM, Alan Coopersmith wrote: One of our users complained that bash-5.1 on Solaris 11.4, when started with LANG=C does not allow Unicode input after changing LANG to a UTF-8 locale until bash is restarted. T

Re: Should the readline *-meta flags reset when $LANG changes?

2022-08-09 Thread Chet Ramey
On 8/9/22 10:45 AM, Chet Ramey wrote: > On 8/8/22 5:48 PM, Alan Coopersmith wrote: >> One of our users complained that bash-5.1 on Solaris 11.4, when started >> with LANG=C does not allow Unicode input after changing LANG to a UTF-8 >> locale until bash is restarted. > > Thanks for the report. The

Re: Should the readline *-meta flags reset when $LANG changes?

2022-08-09 Thread Chet Ramey
On 8/8/22 5:48 PM, Alan Coopersmith wrote: > One of our users complained that bash-5.1 on Solaris 11.4, when started > with LANG=C does not allow Unicode input after changing LANG to a UTF-8 > locale until bash is restarted. Thanks for the report. The eight-bit settings are auto-set once, when rea

Should the readline *-meta flags reset when $LANG changes?

2022-08-09 Thread Alan Coopersmith
One of our users complained that bash-5.1 on Solaris 11.4, when started with LANG=C does not allow Unicode input after changing LANG to a UTF-8 locale until bash is restarted. I've confirmed this is the default behavior, but can be overridden by manually changing the readline output-meta flag fro