<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.E-MailFormatvorlage17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;
        font-weight:normal;
        font-style:normal;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=DE link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";mso-fareast-language:EN-US'>Thanks, Alexandre!<br>I'll check it!<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";mso-fareast-language:EN-US'>Ingo<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;mso-fareast-language:EN-US'><o:p> </o:p></span></p><div style='border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt'><div><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal><b><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'>From:</span></b><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'> Alexandre Torres Porres [mailto:porres@gmail.com] <br><b>Sent:</b> Sunday, January 17, 2021 3:21 PM<br><b>To:</b> Ingo<br><b>Cc:</b> bill@billp.org; Pd-List<br><b>Subject:</b> Re: [PD] unicode symbols and Pd<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal>Well, like I said (but I wasn't aware it didn't go to the whole list). It's a long story, but just note that this is a known issue and there are fixes for it on github already! ;) <o:p></o:p></p><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>I do a very dirty trick so I can send "C#" to canvases' labels in [else/display], it requires having to create the object, you can check it while there's no fix yet.<o:p></o:p></p></div></div><p class=MsoNormal><o:p> </o:p></p><div><div><p class=MsoNormal>Em dom., 17 de jan. de 2021 às 10:43, Ingo <<a href="mailto:ingo@miamiwave.com">ingo@miamiwave.com</a>> escreveu:<o:p></o:p></p></div><blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm'><p class=MsoNormal>Yes, of course it all works fine with [print] !<br>That's what I said.<br><br>What does not work is sending it to a canvas.<br>That's what I need!<br><br>Ingo<br><br><br>> -----Original Message-----<br>> From: Pd-list [mailto:<a href="mailto:pd-list-bounces@lists.iem.at" target="_blank">pd-list-bounces@lists.iem.at</a>] On Behalf Of Bill Purvis<br>> Sent: Sunday, January 17, 2021 1:42 PM<br>> To: <a href="mailto:pd-list@lists.iem.at" target="_blank">pd-list@lists.iem.at</a><br>> Subject: Re: [PD] unicode symbols and Pd<br>><br>> On 17/01/2021 11:55, Ingo wrote:<br>> > Thanks,<br>> ><br>> > I had tried [35( with [makefilename %c] before. Needed a [symbol]<br>> > before sending, though.<br>> > When I print (in parallel)  to the console I get C#, when I send to<br>> > the canvas I get C$ on the canvas.<br>> ><br>> > It has been annoying me for years.<br>> ><br>> > I don't know if it is a bug in canvas or something that's done on purpose.<br>> > And if it is on purpose how I could make it work?<br>> ><br>> > I tried C \# or C\# but still get C$.<br>> > I can't be the only one having this issue.<br>> > How does anyone else do this?<br>> ><br>> > Ingo<br>> Hi Ingo,<br>> I'm a newbie to Pd, using purr-data on Linux. I put together a patch:<br>><br>> [35(<br>> |<br>> [makefilename C%c]<br>> |<br>> [symbol\<br>> |<br>> [print C-sharp]<br>><br>> and it seems to work OK for me.<br>> See attached screen-shot.<br>> (slight difference, I connected the symbol box in parallel, rather than <br>> series<br>> but I don't see that matters. I haven't worked out how to show that using<br>> Ascii-art.)<br>><br>> Bill<br>><br>> --<br>> +----------------------------------------+<br>> | Bill Purvis                            |<br>> | email: <a href="mailto:bill@billp.org" target="_blank">bill@billp.org</a>                  |<br>> +----------------------------------------+<br><br><br><br><br><br><br>_______________________________________________<br><a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><o:p></o:p></p></blockquote></div></div></div></body></html>