<div dir="auto">Hi Juan,</div><div dir="auto">I started using UTF-8 in my math project. I was surprised that I didn’t have to search and replace the special characters that we were using before Unicode support… I just filed-in my packages and then filed-out as UTF-8 without doing anything special. Tests pass, everything seems to be working fine. Thank you!</div><div dir="auto"><br></div><div dir="auto">One minor problem that I ran into is that now we cannot concatenate strings with Text. In some printOns I was doing something like ‘<span style="font-family:sans-serif;font-size:14px;color:rgb(32,33,34)">ζ’, ‘0’ sub but now I have to do</span><span style="border-color:rgb(0,0,0);color:rgb(0,0,0)"> ‘</span><span style="font-family:sans-serif;font-size:14px;border-color:rgb(32,33,34);color:rgb(32,33,34)">ζ’ asText, ‘0’ sub. Not sure if this change was intentional, but it is reasonable to me, no need to “fix” it.</span></div><div dir="auto"><span style="font-family:sans-serif;font-size:14px;border-color:rgb(32,33,34);color:rgb(32,33,34)"><br></span></div><div dir="auto"><span style="font-family:sans-serif;font-size:14px;border-color:rgb(32,33,34);color:rgb(32,33,34)">Also, look at the method Character>>#namedCharactersTable. Why is that the arrows are shown as null glyphs? I’ll later update this method with all Greek letters and some other useful symbols.</span></div><div dir="auto"><span style="font-family:sans-serif;font-size:14px;border-color:rgb(32,33,34);color:rgb(32,33,34)"><br></span></div><div dir="auto"><span style="font-family:sans-serif;font-size:14px;border-color:rgb(32,33,34);color:rgb(32,33,34)">Thanks!</span></div><div dir="auto"><span style="font-family:sans-serif;font-size:14px;border-color:rgb(32,33,34);color:rgb(32,33,34)">Luciano</span></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 8 Jul 2022 at 02:56 Juan Vuletich via Cuis-dev <<a href="mailto:cuis-dev@lists.cuis.st">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;padding-left:1ex;border-left-color:rgb(204,204,204)">Hi Folks,<br>
<br>
I've just pushed the updates needed to enable UTF-8 Unicode in editors, <br>
files and source code. This means that letters in any alphabet can be <br>
used in identifiers (variable and class names, selectors), literals, <br>
etc. Additionally, any math symbol in Unicode can be used in binary <br>
selectors.<br>
<br>
Updating your image should not involve risk, as it is not activated by <br>
default. This means that editors still edit String using Character, and <br>
code is saved in StandardFileStream.<br>
<br>
But the new code is very new, and hasn't been used for long. So, please <br>
play with it in throw-away images, where losing stuff is not a problem. <br>
To activate it, evaluate `TextModel useUtf8Editors`.<br>
<br>
Please share your experience, and report any bugs or problems you find.<br>
<br>
Enjoy!<br>
<br>
-- <br>
Juan Vuletich<br>
<a href="http://www.cuis-smalltalk.org" rel="noreferrer" target="_blank">www.cuis-smalltalk.org</a><br>
<a href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev" rel="noreferrer" target="_blank">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev</a><br>
<a href="https://github.com/jvuletich" rel="noreferrer" target="_blank">https://github.com/jvuletich</a><br>
<a href="https://www.linkedin.com/in/juan-vuletich-75611b3" rel="noreferrer" target="_blank">https://www.linkedin.com/in/juan-vuletich-75611b3</a><br>
<a href="https://independent.academia.edu/JuanVuletich" rel="noreferrer" target="_blank">https://independent.academia.edu/JuanVuletich</a><br>
<a href="https://www.researchgate.net/profile/Juan-Vuletich" rel="noreferrer" target="_blank">https://www.researchgate.net/profile/Juan-Vuletich</a><br>
<a href="https://patents.justia.com/inventor/juan-manuel-vuletich" rel="noreferrer" target="_blank">https://patents.justia.com/inventor/juan-manuel-vuletich</a><br>
<a href="https://twitter.com/JuanVuletich" rel="noreferrer" target="_blank">https://twitter.com/JuanVuletich</a><br>
<br>
-- <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></div>