Btw,

Your example becomes “routable” if converted from “utf-8-BOM” to “utf-8”


Mensaje telepatico asistido por maquinas.



From: Pd-list <pd-list-bounces@lists.iem.at> on behalf of Lucas Cordiviola <lucarda27@hotmail.com>
Sent: Tuesday, February 7, 2017 8:34 AM
To: Liam Goodacre; PD list
Subject: Re: [PD] un-routable output from [text get]
 


Hi Liam,

I suggest that you use:

https://notepad-plus-plus.org/


as a very good replacement to “ms-windows notepad”.

You can encode as “utf-8” or “utf-8-BOM”,

And much more.

Salutti,
Lucarda.

Mensaje telepatico asistido por maquinas.



From: Pd-list <pd-list-bounces@lists.iem.at> on behalf of Liam Goodacre <liamg_uw@hotmail.com>
Sent: Tuesday, February 7, 2017 8:24 AM
To: PD list
Subject: Re: [PD] un-routable output from [text get]
 

Thanks Roman and Antoine--looks like you both go the answer at the same time!


This explanation makes sense, however I am using non ASCII characters in the textfile (not the one attached, but the one I'm working on), so I guess that I need the BOM to stay there. I've rigged up a system which will split the dead characters off beginning of the first term, so it's working for now.


Would this be considered normal behavior for PD, or should I file a bug report?