<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        +1 for moving MultiByteFileStream from "Multilingual" to "Files".<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;'>
                        <p style='color: #AAAAAA; margin-top: 10px;'>Am 04.03.2021 19:23:10 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style='font-family:Arial,Helvetica,sans-serif'>Eliot Miranda uploaded a new version of Multilingual to project The Trunk:<br>http://source.squeak.org/trunk/Multilingual-eem.255.mcz<br><br>==================== Summary ====================<br><br>Name: Multilingual-eem.255<br>Author: eem<br>Time: 4 March 2021, 10:23:00.658047 am<br>UUID: 55a1972b-10f3-4938-bc52-fa293e2b7973<br>Ancestors: Multilingual-ul.254<br><br>Cleanup related to Files-eem.187.<br><br>BTW, seems to me that MultiByteFileStream no longer belongs in Multilingual, but would be better off in Files.<br><br>=============== Diff against Multilingual-ul.254 ===============<br><br>Item was changed:<br>  ----- Method: MultiByteFileStream>>requestDropStream: (in category 'private') -----<br>  requestDropStream: dropIndex<br>+       "Override to install proper converter."<br>-    "Needs to install proper converter"<br>  <br>+    ^(super requestDropStream: dropIndex) ifNotNil:<br>+              [:result|<br>-    | result |<br>-   result := super requestDropStream: dropIndex.<br>-        result ifNotNil: [<br>            converter ifNil: [self converter: UTF8TextConverter new].<br>+            lineEndConvention ifNil: [ self detectLineEndConvention ].<br>+           result]!<br>-             lineEndConvention ifNil: [ self detectLineEndConvention ]<br>-    ].<br>-   ^result!<br><br><br></div></blockquote>
                                        </div></body>