<div dir="ltr"><div>Hi all,</div><div>I'm trying to gain deeper understanding of unix keyboard events.</div><div>See <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/6bedd6746a0173c90751c63b0d1bdc85bf3803c4/platforms/unix/vm/sqUnixCharConv.c#L243">https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/6bedd6746a0173c90751c63b0d1bdc85bf3803c4/platforms/unix/vm/sqUnixCharConv.c#L243</a></div><div>I can understand that the unix side might be governed by appropriate locale environment variable. But why changing sqTextEncoding???</div><div>sqTextEncoding is the encoding used at image side for a few things, including copy/paste buffer and keyboard event charCode (event at: 3).</div><div>Should the image side really need to follow the locale? Does it?</div><div>At least, for charCode that does not sound like the right thing!</div><div>I have fr_FR.UTF-8, so I'm getting multi-byte encoding for single byte charCode!<br></div><div></div></div>