I also tried based on a Moose 5.0 image on OS X 10.9.2:Gofer new�� �� smalltalkhubUser: 'Pharo' project: 'Athens';�� �� configuration;�� �� loadDevelopment.��AthensSceneView new scene: [ :canvas | |s|���� �� �� �� �� �� �� �� ��canvas setFont: (LogicalFont familyName: 'FreeSans' pointSize: 20).�� �� �� �� �� �� �� �� s:= String newFrom: ($A to: $Z),($a to: $z), ($0 to: $9).�� �� �� �� �� �� �� ���� �� �� �� �� �� �� �� canvas pathTransform restoreAfter: [�� �� �� �� �� �� �� �� �� �� �� �� �� �� �� ��canvas pathTransform translateX: 0 Y: 50.�� �� �� �� �� �� �� �� �� �� �� �� �� �� �� ��canvas setPaint: Color black.�� �� �� �� �� �� �� �� �� �� �� �� �� �� �� ��canvas drawString:s ]�� �� �� �� �� �� �� ��];openInWindowAnd I still get the problem:
Doru