sedwards2009 / extraterm

The swiss army chainsaw of terminal emulators
https://extraterm.org
MIT License
2.52k stars 116 forks source link

Lacks Cyrillic support on Mac OS #326

Closed vyrgozunqk closed 1 year ago

vyrgozunqk commented 3 years ago

This is feature request for Cyrillic support on MacOS. It seems to be working fine on Linux. I do not have issues in other terminals like iTerm or the built-in "Terminal", so I do not think it's local issue.
Typing anything in Cyrillic leads to the ASCII code of the character being inputted instead of the character itself.

sandikata commented 3 years ago

It could be caused by a environment locale. I can confirm in my linux works without issues.

sedwards2009 commented 1 year ago

This might be related to dead keys and other keyboard input features. The recent 0.71.0 release has much improved support for different kinds of "keyboard" or character input. Try and let me know if that helps.

vyrgozunqk commented 1 year ago

Seems to be fine in the latest version, indeed. Thanks!