who put a � in the code at the first place ? :P

Ben

On 06 Dec 2013, at 09:18, St�phane Ducasse <stephane.ducasse@inria.fr> wrote:


On Dec 6, 2013, at 9:08 AM, St�phane Ducasse <stephane.ducasse@inria.fr> wrote:

Hi

I have the impression that codeImporter does not use the same stream than MC because I cannot filein code with strange characters
while I can save the same file with MC.

Any idea? May be codeImporter should use MultyByteStream?

Stef


here is the typical method I cannot load


!Object methodsFor: 'foo access'!

open  
| qb |
(qb := self quickBrowser) isNil
ifTrue: [ Object mmeDeContr�leEnCours. ^nil].
false! !