Jan. 24, 2011
1:08 p.m.
Status: New Owner: ---- New issue 3587 by sean.p.d...@gmail.com: Clean up handling of WideStrings http://code.google.com/p/pharo/issues/detail?id=3587 Code in various places in the system query #isWideString followed by an ifTrue:ifFalse: The Smalltalk way would be to issue a command to the String, which is overridden in the wide subclasses. Attached is a changeset that makes some of these changes. All Collections and Morphic tests green in Pharo1.2rc1 Latest update: #12320 Attachments: Wide String cleanup.3.cs 6.1 KB