>> 
>> Now I was wondering why in squeak and pharo
>>      (Character value: 1069555750) leadingChar. "===> 255"
> 
> Because the 22 least significant bits represent the #charCode and the rest (8 
> bits) are the #leadingChar. So 1069555750 means that #charCode is 8230 and 
> the #leadingChar is 255.

Pfff... Remind me the old assembly lecture :-)

Thank you all for your comment. I will fix the test.

Alexandre


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


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

Reply via email to