<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Please ignore. I did not (yet) intent to commit:<div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">   MultiByteFileStream>>initializeConverter</span><br></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px"><br></span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">Already overwritten as </span><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">9d71b40d-6218-4c46-88b6-315050a29ee1 because</span><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px"> of update map. Sorry for the noise.</span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px"><br></span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">Best,</span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">Marcel</span></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 11.04.2022 13:57:15 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">Marcel Taeumel uploaded a new version of Multilingual to project The Trunk:<br>http://source.squeak.org/trunk/Multilingual-mt.276.mcz<br><br>==================== Summary ====================<br><br>Name: Multilingual-mt.276<br>Author: mt<br>Time: 11 April 2022, 1:57:02.730592 pm<br>UUID: d59e68bf-972c-d84a-a740-f9885d6d0e9a<br>Ancestors: Multilingual-mt.275<br><br>Offer a way to get a new text converter for the current platform's language environment.<br><br>=============== Diff against Multilingual-mt.275 ===============<br><br>Item was added:<br>+ ----- Method: LanguageEnvironment>>newSystemConverter (in category 'accessing') -----<br>+ newSystemConverter<br>+ <br>+      ^ self class systemConverterClass new!<br><br>Item was changed:<br>  ----- Method: LanguageEnvironment>>systemConverter (in category 'accessing') -----<br>  systemConverter<br>  <br>+       ^ systemConverter ifNil: [systemConverter := self newSystemConverter]!<br>-       ^ systemConverter ifNil: [systemConverter := self class systemConverterClass new]!<br><br>Item was changed:<br>  ----- Method: MultiByteFileStream>>initializeConverter (in category 'initialize-release') -----<br>  initializeConverter<br>+      "April 2022: We must not use the shared #systemConverter here as clients tend to change #lineEndConvention without care."<br>+  <br>+     self converter: Locale currentPlatform newSystemConverter.!<br>- <br>-      self converter: Locale currentPlatform systemConverter!<br><br><br></div></blockquote></div>