<br><br><div class="gmail_quote">On Thu, Apr 16, 2009 at 2:52 PM, Andrey Larionov <span dir="ltr">&lt;<a href="mailto:anlarionov@gmail.com">anlarionov@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Sorry for hestiating, but since Unicode is come and Character ranges<br>
are enlarged, should we review this hardcodes?</blockquote><div><br></div><div>Of course  I was only trying to answer what they were used for. not suggesting they should continue to be used that way. </div><div><br></div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div class="h5">On Fri, Apr 17, 2009 at 01:09, Eliot Miranda &lt;<a href="mailto:eliot.miranda@gmail.com">eliot.miranda@gmail.com</a>&gt; wrote:<br>

&gt;<br>
&gt;<br>
&gt; On Thu, Apr 16, 2009 at 1:05 PM, Andrey Larionov &lt;<a href="mailto:anlarionov@gmail.com">anlarionov@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Investigating reasons of fail FontTest tests i found bug in<br>
&gt;&gt; MultiCompositionScaner (or it maybe some related class). Looks like<br>
&gt;&gt; what Character value: 257 had a special meaning in squeak.<br>
&gt;<br>
&gt; 257 was the code THE scan characters primitive answered when it reached the<br>
&gt; end of the input string.<br>
&gt; 258 was the code it returned when the next character to be output would have<br>
&gt; crOssed over the right-hand margin.<br>
&gt; Alas none of this is documented in the blue book.  You have to extract it<br>
&gt; from e.g. the Xerox V2.0 sources.<br>
&gt; Here&#39;s the defines from an ancient VM of mine:<br>
&gt; /* TextConstants pool variables initialised in Text */<br>
&gt; #define CrossedX 258<br>
&gt; #define EndOfRun 257<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; If not use<br>
&gt;&gt; StrikeFont everything is well, but if you choose FreeType font the<br>
&gt;&gt; doing something<br>
&gt;&gt; (Character value: 257) asString asTextMorph openInWorld<br>
&gt;&gt; creates an endles loop in composer. It founds character falls in<br>
&gt;&gt; crossedX method (this character is stopCondition) and then remove<br>
&gt;&gt; character from composition and starts again.<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
</div></div></blockquote></div><br>