<div dir="ltr">Iohannes,<div><br></div><div>can you explain how I can send unicodepoints to text3d?</div><div><br></div><div>Best,</div><div><br></div><div>Popesz</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Mar 20, 2021 at 2:16 PM IOhannes m zmölnig <<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Am 20. März 2021 13:25:38 MEZ schrieb "Csaba Láng" <<a href="mailto:langcsaba@gmail.com" target="_blank">langcsaba@gmail.com</a>>:<br>
> Dear list,<br>
> <br>
> I want to get a string of words with spaces to puredata and render<br>
> these<br>
> words to gemwin with text3d.<br>
> How can I send it from telnet and be sure all the words with spaces<br>
> will<br>
> arrive to netreceive?<br>
<br>
send unicodepoints rather than strings, and use the [string ... ( msg of [text3d].<br>
<br>
if your string is ASCII only, you can just use the output of [netreceive -u -b].<br>
<br>
to use UDP, you need something like netcat.<br>
with telnet you can only use TCP/IP, so you must accumulate the raw binary message depending on your made-up protocol (eg split lines on \n).<br>
<br>
there's also a utf-8 to unicodepoint abstraction in the Unicode library at <a href="https://git.iem.at/pd/unicode" rel="noreferrer" target="_blank">https://git.iem.at/pd/unicode</a><br>
<br>
<br>
> Normally if I send via OSC I loose everything after the space.<br>
<br>
then you are probably doing something wrong (when crreaatinthe OSC message).<br>
<br>
<br>
<br>
<br>
mfg.hft.fsl<br>
IOhannes<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" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div>