On Dec 6, 2013, at 9:08 AM, Stéphane Ducasse <[email protected]> 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! !
