Dec. 6, 2013
8:19 a.m.
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! !