Subject: Okay so...
Author:
Posted on: 2022-07-06 09:38:24 UTC

... the parser is literally replacing "two space characters + one new line" with "<br>". It doesn't matter what you hit, just what prints out.

But it's also eliminating double spaces elsewhere. I wrote two in these gaps. And three in these. And ten here.

I think your parser just really hates multiple spaces in a row. ^_^ Though  nbsp  still  works. A quick check shows that it's just rendered as a non-space character, so space-nbsp-space will make three spaces, but any extra spaces either side will be blipped.

I'm still reasonable sure I got my phone to do autofull-stop + two visible spaces and not convert to new line, but I can't replicate that behaviour, so maybe not.

hS

Reply Return to messages