Welcome to Codidact Meta!
Codidact Meta is the "town hall" (meta-discussion site) for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Post History
While fixing this bug we discovered that line endings were being expanded on the server from \n to \r\n, which in a long post could add hundreds of characters and cause this reporting mismatch. We...
#1: Initial revision
While fixing this bug we discovered that line endings were being expanded on the server from `\n` to `\r\n`, which in a long post could add hundreds of characters and cause this reporting mismatch. We fixed that, but missed some cases involving diffs in suggested edits and histories, which made the diff look more expansive than it should be. (I mean worse than the already-sometimes-too-expansive baseline, which we still hope to fix.) Today we pushed a fix for that, so with luck that completes the fix for the character-count-mismatch bug. Please let us know if you see anything unexpected. (Is it strange to answer a question from the person who actually fixed the bug? Eh, Q&A is for everyone, and this way if I've mis-stated anything, the person who best knows the details will see a ping from this answer and can correct it. :-) )
