[Pharo-dev] Re: [ANN] UTF8String

2022-03-09 Thread stephane ducasse
From: seasidebook Subject: Re: [Pharo-dev] [ANN] UTF8String Date: 9 March 2022 at 21:03:37 CET To: Pharo Development List Thanks Sven! This is nice to see such experiment. I really think that strings should be immutable :). S > On 9 Mar 2022, at 20:49, Sven Van Caekenberghe wrote: > > Hi

[Pharo-dev] [ANN] UTF8String

2022-03-09 Thread Sven Van Caekenberghe
Hi, I recently revised some code that I wrote in 2019 and prepared it for publication. UTF8String is a proof of concept / prototype alternative String implementation for Pharo using a variable length UTF8 encoded internal representation. There is a writeup with more details in the README on Gi