<div dir="ltr"><div dir="ltr">On Sat, Apr 23, 2022 at 9:56 PM Rhys Tyers <<a href="mailto:rhystyers1@gmail.com">rhystyers1@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><p style="margin:0px 0px 1.2em">Just in case a simplification makes the <span class="gmail_default" style="font-family:arial,helvetica,sans-serif">question/</span>answer clearer<span class="gmail_default" style="font-family:arial,helvetica,sans-serif">, I'll retry my question from above:</span></p>
<p style="margin:0px 0px 1.2em">I define a user label:</p>
<pre style="font-family:Consolas,Inconsolata,Courier,monospace;font-size:1em;line-height:1.2em;margin:1.2em 0px"><code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;background-color:rgb(248,248,248);white-space:pre-wrap;overflow:auto;border-radius:3px;border:1px solid rgb(204,204,204);padding:0.5em 0.7em;display:block">def p_u_label (expr P,R,S,A)=
    lab:=thelabel(ATTR_text, P)
    process_label(P, R)
enddef;
initsymbol("p_u_label");
</code></pre><p style="margin:0px 0px 1.2em">This for example will not print a <code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:pre-wrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-radius:3px;display:inline">Č</code> character, but the standard Therion label will. </p>
<p style="margin:0px 0px 1.2em">How do I make this display text the same way that a normal Therion label does?</p>
<p style="margin:0px 0px 1.2em">I’ve read through a lot of the Therion source trying to find out where this happens but in the <a href="https://github.com/therion/therion/blob/master/mpost/thText.mp" target="_blank">relevant bit</a> there seems to be no extra magic happening.</p></div></div></blockquote><div>Hi, sorry for a late answer -- there was some issue with our mailing list and the posts from the last few weeks were sent in a batch last Saturday.</div><div><br></div><div>Regarding ATTR_text, therion doesn't do any special processing of special sequences like <br> or accented characters. Maybe it should (the same way as it does for standard -text attributes), I'll think about it.</div><div><br></div><div>Martin</div><div> </div></div></div>