<p>This will do 2 things:</p>
<ul>
<li>
<ol>
<li>expunge the macRoman encoding from event charCode (event at: 3) on unix and OSX</li>
</ol>
</li>
<li>
<ol start="2">
<li>revert the change that transformed Ctrl+a from ASCII control character code 1 to $a for Squeak VM (no change for PharoVM though).</li>
</ol>
</li>
</ul>
<ol>
<li>has been done on windows VM, and need to be done on over OSes</li>
<li>is essentially a fix for <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="538961836" data-permission-text="Issue title is private" data-url="https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/456" data-hovercard-type="issue" data-hovercard-url="/OpenSmalltalk/opensmalltalk-vm/issues/456/hovercard" href="https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/456">#456</a></li>
</ol>
<p>I have reverted deeper changes aimed at using a platform independent keycode in (event at: 3).<br>
This will be for another time and another branch.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/460'>https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/460</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Convert charCode to latin1 encoding rather than macRoman on iOS.</li>
  <li>Let default sqTextEncoding be latin1 instead of macRoman on unix VM</li>
  <li>Nuke recode entirely from unix X11</li>
  <li>Directly use the symbolic (=virtual) key code, that's what we want.</li>
  <li>Use translateCode primarily for translating symbolic X11 keysym to OSVM keycode</li>
  <li>Remove ux2st & st2ux deadcode</li>
  <li>Revert "Use translateCode primarily for translating symbolic X11 keysym to OSVM keycode"</li>
  <li>Revert "Directly use the symbolic (=virtual) key code, that's what we want."</li>
  <li>Let unix Squeak VM generate ASCII control characters like it always did</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/460/files#diff-0">platforms/iOS/vm/OSX/sqSqueakOSXApplication+events.m</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/460/files#diff-1">platforms/iOS/vm/iPhone/Classes/SqueakUIView.m</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/460/files#diff-2">platforms/unix/vm-display-X11/sqUnixX11.c</a>
    (120)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/460/files#diff-3">platforms/unix/vm/sqUnixCharConv.c</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/460.patch'>https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/460.patch</a></li>
  <li><a href='https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/460.diff'>https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/460.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/460?email_source=notifications&email_token=AIJPEW2KRC5CLNAY6AONU3DQ2RQNLA5CNFSM4J7JH5HKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ICVP4DA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AIJPEW3TQLVUQZBWD22WLJLQ2RQNLANCNFSM4J7JH5HA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AIJPEWYKVFTDJLUPKIMVGRLQ2RQNLA5CNFSM4J7JH5HKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ICVP4DA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/460?email_source=notifications\u0026email_token=AIJPEW2KRC5CLNAY6AONU3DQ2RQNLA5CNFSM4J7JH5HKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ICVP4DA",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/460?email_source=notifications\u0026email_token=AIJPEW2KRC5CLNAY6AONU3DQ2RQNLA5CNFSM4J7JH5HKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ICVP4DA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>