mastodon bug
I've found this bug with the profile editor and I don't know what it is. Before typing anything, it shows the *real* character count.
But after typing stuff, it suddenly jumps to an incorrect number, which means it can be displaying "10 characters left", but when you click save it says there are too many characters (because there are) https://computerfairi.es/media/eFVprM2FeAjgjE0OSSA https://computerfairi.es/media/ADJ1tH60OXfH9yzGPQE
mastodon bug
@noelle that's very strange... couldn't we write a custom character counting function that works the same in both languages?
mastodon bug
@lizardsquid This is a known bug. It's due to newlines being counted as one character in some contexts and two characters in other. I had thought it was fixed, though.