<div dir="ltr"><div class="gmail_default" style="font-family:monospace;font-size:large">Yes,</div><div class="gmail_default" style="font-family:monospace;font-size:large">I can confirm that. But also what puzzles me is the fact that as per The Cuis Book all strings in Cuis are Unicode (UTF-8) so there must be instances of UnicodeString.</div><div class="gmail_default" style="font-family:monospace;font-size:large">But 'hello' is just an instance of class String and being an instance of class String makes it mutable while UnicodeStrings are immutable.</div><div class="gmail_default" style="font-family:monospace;font-size:large"><br></div><div class="gmail_default" style="font-family:monospace;font-size:large">Here is the case:</div><div class="gmail_default" style="font-family:monospace;font-size:large">'hello' class.                                      " String "<br>'hello' at: 2 put: $a; yourself.                    " 'hallo' "<br><br>'paragüas' at: 6.                                   "$ü" <br>'paragüas' class.                                   " UnicodeString "<br>'paragüas' at: 6 put: $u.                           "Instances of UnicodeString are not indexable"<br>'paragüas' asByteString class.                      " String "<br>'paragüas' asByteString at: 6 put: $u; yourself.    " 'paraguas' "<br></div><div><div dir="ltr" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><b><font size="2"><br></font></b></div><div><b><font size="2"><br></font></b></div><div><font size="2"><span class="gmail_default" style="font-family:monospace;font-size:large"><b></b>So my confusion comes from this paragraph:</span></font></div><div><font size="2"><span class="gmail_default" style="font-family:monospace;font-size:large"><b><br></b></span></font></div><div><i style="font-family:monospace">"<span style="font-size:11pt;font-family:CMB10">Note. </span><span style="font-size:11pt;font-family:CMR10">We wrote earlier a string is a collection of characters. It is true for byte string, where each character is encoded with a byte – a byte string. However since 2023, the default string format for Cuis-Smalltalk is Unicode (UTF-8) where each character can be encoded with 1, 2, 3 or 4 bytes. Therefore it is immutable and can not be indexed, it can be converted as byte string with the message </span><span style="font-size:11pt;font-family:CMTT10">#asByteString</span><span style="font-size:11pt;font-family:CMR10">."</span></i></div><div><font size="2"><span class="gmail_default" style="font-family:monospace;font-size:large"><b><br></b></span></font></div><div><font size="2"><span class="gmail_default" style="font-family:monospace;font-size:large">It seems that not all strings are UnicodeStrings by default unless they have a Unicode character.<b></b></span><br></font></div><div><b><font size="2"><span class="gmail_default" style="font-family:monospace;font-size:large">Thanks Hilaire!</span></font></b></div><div><b><font size="2"><span class="gmail_default" style="font-family:monospace;font-size:large">cheers</span></font></b></div><div><b><font size="2"><span class="gmail_default" style="font-family:monospace;font-size:large"></span><br></font></b></div><div><b><font size="2"><br></font></b></div><div><b><font size="2">Ignacio Sniechowski</font></b><b><br></b></div><div><br></div><div><b><br></b></div><div><br></div><div><b></b></div><div><b><br></b></div><div><b><br></b></div><div><b><br></b></div><div><b><br></b></div><div><b></b><br></div><b><div><b><br></b></div><div><b><br></b></div><div><b><br></b></div><br></b><b><br></b><b><br></b><div><br><br><div style="text-align:left"><br></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Feb 22, 2023 at 8:33 AM Hilaire Fernandes via Cuis-dev <<a href="mailto:cuis-dev@lists.cuis.st" target="_blank">cuis-dev@lists.cuis.st</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF">
    <div>Le 22/02/2023 à 12:30, Hilaire
      Fernandes a écrit :<br>
    </div>
    <blockquote type="cite"><font size="4">it looks like in the former one there is a composition
        between two different character (u=117 and ^) and in the <b>former</b>
        one it is just the encoding of one character (û).</font></blockquote>
    <font size="4">In the latter one</font><br>
    <pre cols="72"></pre>
  </div>

-- <br>
Cuis-dev mailing list<br>
<a href="mailto:Cuis-dev@lists.cuis.st" target="_blank">Cuis-dev@lists.cuis.st</a><br>
<a href="https://lists.cuis.st/mailman/listinfo/cuis-dev" rel="noreferrer" target="_blank">https://lists.cuis.st/mailman/listinfo/cuis-dev</a><br>
</blockquote></div>