<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        This does the trick. I will commit it as soon as source.squeak.org is working again:<div class="mb_sig"></div>
                                        <div><br></div><div><div><span style="font-size: 13.3333px">TextConverter class >> #cleanUp: aggressive</span></div><div><span style="font-size: 13.3333px"><br></span></div><div><span style="font-size: 13.3333px"><span style="white-space:pre">       </span>aggressive ifTrue: [</span></div><div><span style="font-size: 13.3333px"><span style="white-space:pre">          </span>self allSubclassesDo: [:converterClass |</span></div><div><span style="font-size: 13.3333px"><span style="white-space:pre">                      </span>converterClass initializeTables.</span></div><div><span style="font-size: 13.3333px"><span style="white-space:pre">                      </span>converterClass allInstancesDo: [:converter |</span></div><div><span style="font-size: 13.3333px"><span style="white-space:pre">                          </span>self flag: #discuss. "mt: Ensure to update all instances to make the optimization work. See #installLineEndConvention: and #decodeString:."</span></div><div><span style="font-size: 13.3333px"><span style="white-space:pre">                         </span>(converter instVarNamed: #latin1Map) = "not == !"converterClass latin1Map</span></div><div><span style="font-size: 13.3333px"><span style="white-space:pre">                                   </span>ifTrue: [</span></div><div><span style="font-size: 13.3333px"><span style="white-space:pre">                                             </span>converter instVarNamed: #latin1Map put: converterClass latin1Map "i.e., == !".</span></div><div><span style="font-size: 13.3333px"><span style="white-space:pre">                                              </span>converter instVarNamed: #latin1Encodings put: converterClass latin1Encodings "i.e., == !"]]]].</span></div></div><div><span style="font-size: 13.3333px"><br></span></div><div><span style="font-size: 13.3333px">Then we should add "TextConverter cleanUp: true" to the postscript + checkpoint.</span></div><div><span style="font-size: 13.3333px"><br></span></div><div><span style="font-size: 13.3333px">Best,</span></div><div><span style="font-size: 13.3333px">Marcel</span></div><blockquote class="history_container" type="cite" style="border-left-style: solid;border-width: 1px;margin-top: 20px;margin-left: 0px;padding-left: 10px;min-width: 500px">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 09.05.2022 11:02:48 schrieb Marcel Taeumel <marcel.taeumel@hpi.de>:</p><div style="font-family:Arial,Helvetica,sans-serif"><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Ha. I found it. TextConverter class >> #cleanUp: is wrong because it fails to update the state of existing converters. Hmm... that trick with resetting the KnownLanguageEnvironments is not sufficient, though.<div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class="history_container" type="cite" style="border-left-style: solid;border-width: 1px;margin-top: 20px;margin-left: 0px;padding-left: 10px;min-width: 500px">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 09.05.2022 05:00:53 schrieb Lauren Pullen <drurowin@gmail.com>:</p><div style="font-family:Arial,Helvetica,sans-serif">On 5/8/22 04:02, tim Rowledge wrote:<br>> I downloaded a 21674-64bit image and it did not have any convertor issue - on Raspberry Pi linux. Updating to 21736 did not change that. I just tried downloading the 21763 to run on iMac and that had no problem either. Your screenshot makes me think you are on Mac - what OS version? My iMac is very old and currently running Catalina.<br><br>Mine is macbook pro running 10.13.6 (High Sierra).  Locale is en_US.<br><br>If nobody else can reproduce, it might just be an oddity about my<br>installation.<br><br></div></blockquote>
                                        </div></div></blockquote></div>