in reply to Term::ReadLine handle wide character poorly

I haven't tried it, but from what I read you might be able to do: binmode($term->IN, ':utf8');

Replies are listed 'Best First'.
Re^2: Term::ReadLine handle wide character poorly
by vincentaxhe (Scribe) on May 14, 2024 at 23:55 UTC
    sorry, its alacritty I use, kitty and foot works fine.

      That does rather point the finger at alacritty then. Are you on the latest version? If so, maybe raise the issue with them?


      🦛

        I found terminal simulators act in different ways, for example alacritty fits for dte, kitty not, kitty and alacritty fit for ed, xterm not. backspace or arrow donot work the same way. I know little about sublayer of simulators, alacritty possibly did not implement all, may be no simulators can.