The Trunk: Multilingual-mt.290.mcz
| Newsgroups | gmane.comp.lang.smalltalk.squeak.general |
|---|---|
| Message-ID | <[email protected]> |
Marcel Taeumel uploaded a new version of Multilingual to project The Trunk: http://source.squeak.org/trunk/Multilingual-mt.290.mcz ==================== Summary ==================== Name: Multilingual-mt.290 Author: mt Time: 29 May 2026, 3:46:07.698187 pm UUID: 6e9b7dc4-a28e-ce48-987d-431bf3d71ee1 Ancestors: Multilingual-ct.289 Fixes bug in UTF16 converter where line-end convention and endianness both need to agree on how to work with the mapping table. =============== Diff against Multilingual-ct.289 =============== Item was added: + ----- Method: UTF16TextConverter>>installLineEndConvention: (in category 'initialize-release') ----- + installLineEndConvention: lineEndStringOrNil + "We must reapply endianness again because super will reset the mapping." + + super installLineEndConvention: lineEndStringOrNil. + self useLittleEndian ifTrue: [ self swapLatin1EncodingByteOrder ].! Squeak-dev mailing list -- [email protected] To unsubscribe send an email to [email protected]