Experimental 3.5-1 VM and multilingual support

Colin Putney cputney at whistler.com
Tue Mar 4 22:40:37 UTC 2003


On Tuesday, March 4, 2003, at 02:27  PM, Colin Putney wrote:

> str _ String streamContents: [:stream | Character allCharacters do: 
> [:c | stream nextPut: c]]
> str allButFirst

Oh, I forgot to mention why the call to #allButFirst is necessary. Null 
characters can't be part of strings cut and pasted between Squeak and 
Mac OS applications; the null and all subsequent characters are lost. 
The reason is obvious, and I'm not sure that it's actually a problem, 
but it's worth noting.

Colin



More information about the Squeak-dev mailing list