this post was submitted on 21 Oct 2023
5 points (100.0% liked)

Trans

504 readers
1 users here now

There can be no trans liberation without the abolition of capitalism!

We have a Trans room in the GenZedong Matrix space! See the instructions in /c/genzedong to join.

Join our Akkoma instance at spectreofcommunism.boo!

UwU

founded 4 years ago
MODERATORS
 

Hexbear has several trans communities. Make sure to check those out:

We love our Hexbear comrades <3

top 10 comments
sorted by: hot top controversial new old
[–] queermunist@lemmy.ml 1 points 2 years ago (1 children)

Hexbear's user pronouns inspired me to do the same - it's a really good idea!

[–] Elara@lemmygrad.ml 0 points 2 years ago (2 children)

It is. I wanted to do the same but there's a Lemmy bug that prevents me from changing my display name because it contains a trans flag.

[–] Aru@lemmygrad.ml 0 points 2 years ago (1 children)

oh so this is the reason I can't change it?

[–] Elara@lemmygrad.ml 0 points 2 years ago

Yeah, probably

[–] ComradePupIvy@lemmygrad.ml 0 points 2 years ago (1 children)

Do you know is it the Trans Flag/ none country flags causing the issue, or all flags?

[–] Elara@lemmygrad.ml 0 points 2 years ago* (last edited 2 years ago) (1 children)

It's any unicode character that uses the zero-width joiner or other code points that are considered "invisible". I opened an issue here: https://github.com/LemmyNet/lemmy/issues/3888.

[–] ComradeEd@lemmygrad.ml 0 points 2 years ago (1 children)

Oh fucking lord. I made the mistake of attempting to look into the characters, so I could make a PR. It's unicode, it's fucking unicode, of course it's a nightmare.

[–] Elara@lemmygrad.ml 0 points 2 years ago* (last edited 2 years ago) (1 children)

Yeah lol. It's not a very difficult fix really. Rather than checking if the string contains any invisible characters, it should check if it only contains invisible characters. The way they're doing it now unintentionally breaks a lot of stuff (breaking stuff unintentionally is a pretty common thing with unicode lol).

[–] ComradeEd@lemmygrad.ml 0 points 2 years ago (1 children)

It's honestly easier to just check if it starts with those.

[–] Elara@lemmygrad.ml 0 points 2 years ago

It is, yeah, which is why I suggested that in the issue :)