Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Channel names do not support unicode characters #20

Open
lecodergh opened this issue Dec 5, 2016 · 2 comments
Open

Channel names do not support unicode characters #20

lecodergh opened this issue Dec 5, 2016 · 2 comments

Comments

@lecodergh
Copy link

I noticed today channel names on freenode don't support unicode characters, specifically things like æ commonly included for use in domain names. Is this a feature which could be implemented?

@Mikaela
Copy link

Mikaela commented Dec 5, 2016

Do other IRCds accept it? I am not fully sure, but I think this should possibly go through IRCv3 first where I see only issues for Unicode nicks (ircv3/ircv3-specifications#259, ircv3/ircv3-specifications#272).

In any case I doubt freenode would start implementing something like this, so the feature should first come to Charybdis (if it isn't there yet) and then be merged to IRCd-seven from there.

@ilbelkyr
Copy link
Contributor

This isn't too hard to do, but quite hard to do properly. There are various points to consider – confusables, casefolding, normalization, what characters to allow – hence I suspect these will need significant consideration first.

@ilbelkyr ilbelkyr changed the title Channel Names Do Not Support Unicode Characters Channel names do not support unicode characters Jun 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants