Show invisible characters (tab, space, return) in field

hh hh at hyperhh.de
Sat Dec 8 16:25:57 EST 2018


> Kaveh wrote:
> There is a also a zero width character. :-) that is 200B.
> So using a monospace font all chars line up.

This works if and only if your field has dontWrap true, else your
line will not (soft-)break at the new "spaces" between the words.

But then (if dontWrap is true) you don't need any additional word-break
char, you could then simply use the middot numToCodePoint(0x00B7) instead
of space.

> hh wrote:
> ... The zero width space is non word-breaking in LC and an opportunity of word
> breaking elsewhere...





More information about the use-livecode mailing list