Mac-Roman to UTF8 project converter

Hilaire Fernandes hilaire at ext.cri74.org
Sat Mar 12 23:44:07 UTC 2005



Ned Konz a écrit :

> 
> You can do it after the fact:
> 
> project := Project named: 'Astuces diverses'.
> project world allMorphsDo: [ :m | m isTextMorph ifTrue: [ m newContents: (m 
> contents squeakToIso) ] ifFalse: [ (m isKindOf: StringMorph) ifTrue: [ m 
> contents: (m contents squeakToIso) ]]].

Thanks, it helps a little. Note that it does not completely work for 
BookMorph, only the opened page is converted.


> Still, it seems as if the import should have converted the strings (I think).

What do you mean?

Hilaire Fernandes


-- 
http://www.ofset.org/petition
Pétition de soutien au developpement
de logiciels libres pour l'education.




More information about the Squeak-dev mailing list