'From etoys2.2 of 1 October 2007 [latest update: #1735] on 29 October 2007 at 7:59:04 pm'! "Change Set: NewClipboard2-yo Date: 29 October 2007 Author: Yoshiki Ohshima A fix for the previous change."! !Latin1Environment class methodsFor: 'subclass responsibilities' stamp: 'yo 10/29/2007 19:58'! clipboardInterpreterClass | platformName | platformName := SmalltalkImage current platformName. platformName = 'Win32' ifTrue: [self win32VMUsesUnicode ifTrue: [^ UTF8ClipboardInterpreter]]. ^ MacRomanClipboardInterpreter! !