On 1/28/26 14:36, Benjamin Wesch wrote:
On Wed, Jan 28, 2026 at 12:10 PM IOhannes m zmoelnig via Pd-list pd-list@lists.iem.at wrote:
like in the attached patch.
this is really cool - thanks for the contributions and inspiration, cyrille and iohannes! with left-aligned text, i saw that the lists with additional line break characters result in a leading whitespace on the left.
yes. that's because we are actually adding a *word* with the content "\n" - and the word is surrounded by whitespace.
basically, my advice is to use the [string( message with unicode points:
- use [file] to read the raw UTF-8 bytes
- use [unicode/utf82codenumber] to convert the UTF-8 bytes into
unicode-points
- prefix [string(
I tried to implement this (see attached) but [text2d] renders the actual bytes as numbers... Something I am missing?
Thanks to all of you! best, P