<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi<div class=""><br class=""><blockquote type="cite" class="">On 13.09.2019, at 11:53, gettimothy <<a href="mailto:gettimothy@zoho.com" class="">gettimothy@zoho.com</a>> wrote:<br class=""><br class="">Tobias, thank you. I will verify that Monday <br class=""><br class="">Is bringing Cyrillic character support to squeak workspace a big job? If it's just tore grunt work, I can contribute<br class=""></blockquote><div class=""><br class=""></div><div class="">Basically, it is "just" a font problem, things display if one uses a font with the necessary characters...</div><div class=""><br class=""></div><div class=""><img apple-inline="yes" id="4B4D77D1-20F1-43D8-A422-5A23D716C857" src="cid:BE7226C9-E738-485B-B7DE-3970793DB3EE@fritz.box" class=""></div><br class=""><blockquote type="cite" class=""><br class=""><br class="">---- On Fri, 13 Sep 2019 01:47:57 -0400 <a href="mailto:Das.Linux@gmx.de" class="">Das.Linux@gmx.de</a> wrote ----<br class=""><br class=""><br class="">> On 12.09.2019, at 23:52, gettimothy <<a href="mailto:gettimothy@zoho.com" class="">gettimothy@zoho.com</a>> wrote:<br class="">> <br class="">> Just tested it on my local copy of SeasideDoc and it does not display correctly.<br class=""><br class="">You most probably have to tell you string to be converted to utf8, because that is typically what <br class="">is being served via Seaside and rendered by browsers.<br class=""><br class="">IIRC, you can do that by setting the UTF8 Codec for the Seaside Adatpor or simply by converting the <br class="">string:<br class=""><br class="">    '[[ru:Планктон]]' squeakToUtf8<br class=""><br class="">Best regards<br class="">    -Tobias<br class=""><br class="">> <br class="">> I will figure it out another day.<br class="">> <br class="">> Is it a big job to incorporate other Character Sets into Squeak?<br class="">> <br class="">> thanks<br class="">> <br class="">> <br class="">> <br class="">> ---- On Thu, 12 Sep 2019 13:26:35 -0400 Tobias Pape <Das.Linux@gmx.de> wrote ----<br class="">> <br class="">> Hi tty<br class="">> <br class="">> > On 12.09.2019, at 19:09, gettimothy <gettimothy@zoho.com> wrote:<br class="">> > <br class="">> > Hi all.<br class="">> > <br class="">> > I am starting the task of parsing Wikimedia interlanguage links per : https://en.wikipedia.org/wiki/Help:Wikitext#Redirects<br class="">> > <br class="">> > stuff like: <br class="">> > <br class="">> > [[fr:Plancton]]<br class="">> > [[de:Plankton]]<br class="">> > [[ru:Планктон]]<br class="">> > [[simple:Plankton]]<br class="">> > <br class="">> > <br class="">> > when I paste this into a Workspace, I get:<br class="">> > <br class="">> > [[es:Plancton]]<br class="">> > [[fr:Plancton]]<br class="">> > [[de:Plankton]]<br class="">> > [[ru:????????]]<br class="">> > [[simple:Plankton]]<br class="">> > <br class="">> > What should I do?<br class="">> > <br class="">> <br class="">> This is a font problem. The default font in Squeak lacks Cyrillic characters.<br class="">> If you paste the Russian version and make it a string and inspect it, as in <br class="">> '[[ru:Планктон]]' inspect<br class="">> <br class="">> you will see that from index 6 on, the Unicode codepoints of the Cyrillic characters are actually correct, but just cannot be displayed.<br class="">> <br class="">> best regards<br class="">> -Tobias<br class="">> <br class="">> > thanks in advance.<br class="">> > <br class="">> > tty<br class="">> > <br class="">> > _______________________________________________<br class="">> > Beginners mailing list<br class="">> > Beginners@lists.squeakfoundation.org<br class="">> > http://lists.squeakfoundation.org/mailman/listinfo/beginners<br class="">> <br class="">> <br class="">> _______________________________________________<br class="">> Beginners mailing list<br class="">> Beginners@lists.squeakfoundation.org<br class="">> http://lists.squeakfoundation.org/mailman/listinfo/beginners<br class="">> <br class="">> <br class="">> _______________________________________________<br class="">> Beginners mailing list<br class="">> Beginners@lists.squeakfoundation.org<br class="">> http://lists.squeakfoundation.org/mailman/listinfo/beginners<br class=""><br class=""><br class="">_______________________________________________<br class="">Beginners mailing list<br class="">Beginners@lists.squeakfoundation.org<br class="">http://lists.squeakfoundation.org/mailman/listinfo/beginners<br class=""><br class="">_______________________________________________<br class="">Beginners mailing list<br class="">Beginners@lists.squeakfoundation.org<br class="">http://lists.squeakfoundation.org/mailman/listinfo/beginners<br class=""></blockquote><br class=""><div class=""><br class=""></div></div></body></html>