Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

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

66%
+2 −0
Q&A False positive for 30,000 character limit

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...

posted 1mo ago by Monica Cellio‭

Answer
#1: Initial revision by user avatar Monica Cellio‭ · 2026-08-07T19:36:20Z (about 1 month ago)
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. :-) )