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
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