Actually, the fix is even simpler: if you find a method that raises  
"invalid utf8 input detected", just browse to it with a class browser,  
and re-accept it :).

With my previous mail, I was not implying that someone should fix it  
for me, I was merely asking for what could a quick solution be,  
because I was a bit lost (scared) :). Now, I am happy. Thanks for  
discussing it.

Cheers,
Doru

On 23 May 2009, at 13:07, Tudor Girba wrote:

> Hi,
>
> I attached here a DNU implementation I took from an older image.  
> After filing this one in, I can debug DNU problems.
>
> Cheers,
> Doru
>
> <Object-doesNotUnderstand.st>
>
>
>
> On 23 May 2009, at 13:04, Stéphane Ducasse wrote:
>
>> I did the following
>>
>> (Object>>#doesNotUNderstand) getSourceFromFile and I get an  
>> invalid....
>>
>> Now when I take another method
>>
>> (BalloonFontTest>>#testDefaultFont) I do not get problem.
>>
>> I will reread carefully the mails of nicolas to try to understand,
>> I do not know if the fixes of yoh
>>
>>      http://bugs.squeak.org/view.php?id=5996
>> is related.
>>
>> Nicolas
>>
>>>> {Object>>#doesNotUnderstand:.
>>>> SystemNavigation>>#browseMethodsWhoseNamesContain:.
>>>> Utilities class>>#changeStampPerSe.
>>>> Utilities class>>#methodsWithInitials:} collect: [:e | (e
>>>> getSourceFromFile select: [:s | s charCode > 127]) asArray collect:
>>>> [:c | c charCode]]
>>
>> I cannot get that code running it break before with me.
>>
>> Stef
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [email protected]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> --
> www.tudorgirba.com
>
> "Not knowing how to do something is not an argument for how it  
> cannot be done."
>
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

--
www.tudorgirba.com

"Problem solving efficiency grows with the abstractness level of  
problem understanding."




_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to