Display artifacts in comments/desc.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Display artifacts in comments/desc.

K. K. Subramaniam
Hi,

I see some artifacts (like []) displayed in comments and descriptions in
Squeak (3.7-7 vm on Linux, 3.8 image and SqueakV39.sources). I suspect
the '\r' line terminator in the *.sources file could be causing it.

Is this a bug?

TIA .. Subbu

_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners

artifacts.png (31K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Display artifacts in comments/desc.

Edgar J. De Cleene



El 4/30/07 10:22 AM, "subbukk" <[hidden email]> escribió:

> Hi,
>
> I see some artifacts (like []) displayed in comments and descriptions in
> Squeak (3.7-7 vm on Linux, 3.8 image and SqueakV39.sources). I suspect
> the '\r' line terminator in the *.sources file could be causing it.
>
> Is this a bug?
>
> TIA .. Subbu

I think what could be eliminated if you do Smalltalk removeAllLineFeeds.

In Mac , I found this often.
Seems what guessing the converter only is not enough.
All text imported to Squeak should use String withSqueakLineEndings , what
not always is the case.

Edgar


_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Display artifacts in comments/desc.

K. K. Subramaniam
In reply to this post by K. K. Subramaniam
On Monday 30 April 2007 6:52 pm, subbukk wrote:
> Hi,
>
> I see some artifacts (like []) displayed in comments and descriptions in
> Squeak (3.7-7 vm on Linux, 3.8 image and SqueakV39.sources). I suspect
> the '\r' line terminator in the *.sources file could be causing it.
Correction. The image is 3.9-final-7067. 3.8 does not have this artifact.

Regards .. Subbu
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners