this post was submitted on 20 Jun 2023
2 points (75.0% liked)
Lemmy.ca Support / Questions
522 readers
1 users here now
This community is for support requests specific to lemmy.ca.
If you need to contact an admin privately, please message @[email protected].
If you are a technical user and you have questions or need support with the Lemmy software itself, please visit [email protected].
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Wait… what??
If this is only ASCII characters, then the issues make a lot of sense… but then this is also one of the more brain-dead bugs from a programmer’s standpoint. Everything is in UTF-8 these days, especially if you want i18n, as Lemmy seems to do with almost any post/comment submission or community creation. Doing an ASCII character count and crapping out at 5k UTF-8 characters because they are double the bit size is just… really, really bad.
i did another test post (https://lemmy.ca/post/795726) with some emoji, and it appears that it's counting each one as two "characters". so yes, it looks like it's just counting bytes.