[squeak-dev] Re: Accent in the workspace

Andreas Raab andreas.raab at gmx.de
Mon Dec 7 18:11:47 UTC 2009


This should already be in the latest trunk images. Can you try one from 
http://ftp.squeak.org/trunk to see if they work correctly? You will also 
need a current VM from http://squeakvm.org/unix/ (i.e., the 3.11-3.2135 
version).

Cheers,
   - Andreas

Casimiro de Almeida Barreto wrote:
> Ok...
> 
> It can be helpfull if you load this code:
> 
> 'From Squeak3.10beta of 22 July 2007 [latest update: #7159] on 20 March 
> 2008 at 4:57:46 pm'! KeyboardInputInterpreter subclass: 
> #UTF32InputInterpreter instanceVariableNames: '' classVariableNames: '' 
> poolDictionaries: '' category: 'Multilingual-TextConversion'! 
> !Latin1Environment class methodsFor: 'subclass responsibilities' stamp: 
> 'jlrr 3/20/2008 12:55'! inputInterpreterClass ^ UTF32InputInterpreter ! 
> ! !UTF32InputInterpreter methodsFor: 'as yet unclassified' stamp: 'jlrr 
> 3/20/2008 12:55'! nextCharFrom: t1 firstEvt: t2 ^ Character value: (t2 
> at: 6)! !
> 
> 
> Just save it as .cs file, enter FileManager & install...
> 
> 
> 




More information about the Squeak-dev mailing list