<p></p>
<p>After making sure a string was not interned, ( "Symbol findInterned: 'test123'" returned nil ), I did</p>
<p>| s | s := #TEST123.<br>
s translateToLowercase.<br>
s -> (Symbol findInterned: s)</p>
<p>and the resulting s is a Symbol and it is not interned.<br>
To make sure that the primitive is invoked (and not its fallback code), put a halt in ByteString class >> #translate:from:to:table:</p>

<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/issues/561">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AIJPEW22OUF5RYAR24MQZX3TJ4UJBANCNFSM43LARFBA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AIJPEW546CCXIOYXAOTXBCLTJ4UJBA5CNFSM43LARFBKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4M4DA4PQ.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/issues/561",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/561",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>