Salta al contenuto principale


Unicode in handles


I'm assuming Unicode in handles is not allowed? At least by Mastodon. [url=https://community.nodebb.org/user/%D7%9C%D7%90%D7%A6%D7%99]This user[/url] is not able to have their content federated because the username is all Hebrew (I think?) characters!

I'm assuming Unicode in handles is not allowed? At least by Mastodon.

This user is not able to have their content federated because the username is all Hebrew (I think?) characters!

in reply to julian

Would their ActivityPub username be לאצי@community.nodebb.org then?

I tried to follow that username and it would not let me.

in reply to Scott M. Stolz

Re: Unicode in handles


scott@loves.tech said in Unicode in handles:
> Would their ActivityPub username be לאצי@community.nodebb.org then?

I tried to follow that username and it would not let me.

Indeed, that's probably the characters in their handle.


Would their ActivityPub username be לאצי@[url=https://community.nodebb.org/actor]NodeBB Community[/url] then?

I tried to follow that username and it would not let me.


in reply to julian

In Hubzilla, I was able to follow this user by pasting this URL into the "Add Connection" box:

community.nodebb.org/user/%D7%…

I copied the URL in the browser for that user's profile (which contained the Hebrew characters). When I pasted it, it converted it to UTF-8 text (seen above).

Hubzilla was able to find the user based on that UTF-8 URL. So it is possible to follow such an account, at least with Hubzilla, via the UTF-8 URL.

It could not find %D7%9C%D7%90%D7%A6%D7%99@community.nodebb.org though, probably because NodeBB is not expecting the UTF-8 version of the username.

in reply to julian

Hi @julian,
as long as nobody cares about the according standards, the #fediverse will be a brittle nerd niche.

The according standard is IMO rfc-editor.org/rfc/rfc7565.htm… ( #RFC7033 and #RFC7565 ) referring to rfc-editor.org/rfc/rfc7564#sec….

What you find in the wild, however, is a different story as thee is no agreed upon #validator service nowhere.

in reply to julian

Re: Unicode in handles


Hi, hello everyone. I'm sorry to hear that I can't be followed because of my username characters. Does this mean that I can't be followed here on the forum or is it something else?
Also, should I change my username to English characters?
in reply to לאצי

Re: Unicode in handles


לאצי don't worry about it! You shouldn't have to alter your username just to suit our latin-character world 😁
in reply to לאצי

For what it's worth, I'm reading this thread from Lemmy and can see this comment of yours and access your profile, so in principle there isn't anything wrong with your username.
in reply to לאצי

@לאצי I agree with @julian, you shouldn't don't have to change your username. It's just a technical hurdle to jump over.

Since I can follow you on Hubzilla (via a specific URL), I don't think it is an issue with ActivityPub or WebFinger. I'm sure there is some solution that would allow other platforms to follow your account.

in reply to julian

Re: Unicode in handles


Huh. My Lemmy mobile client has the handle and host inverted. It doesn't look like this in the default web UI, though.

Also, my post from Lemmy hasn't landed here yet.

in reply to Marcus Rohrmoser 🌻

Re: Unicode in handles


mro@digitalcourage.social the order of the Hebrew characters is correct, although I believe it should be wrapped in <bdi> tags so the rest of the line isn't affected 🙂
in reply to julian

@julian I just reported the issue over on the @Hubzilla Support Forum and created an issue in our repository.

#^hubzilla.org/channel/adminsfor…

Note: To prevent spam, you must be following adminsforum@hubzilla.org to participate in the Hubzilla Support Forum.

in reply to julian

Re: Unicode in handles


I'm curious about how the forum mitmachim.top/, which operates entirely in Hebrew, deals with the issue of Unicode usernames. Does this issue even exist there? Also, it's worth noting that Mitmachim Top is based on NodeBB.
in reply to לאצי

Re: Unicode in handles


לאצי the usernames work fine locally (that is, on the site itself). It's when interoperating with other sites not running NodeBB where there are issues, it seems 🙂
in reply to julian

The ActivityPub and WebFinger spec does mention that Mastodon has some strict requirements there. Only alphanumeric characters, underscores, dashes, and dots.