Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

src/common/url.c : issue #2507 add UTF Cyrillic support in nicknames #2654

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kmikita
Copy link

@kmikita kmikita commented Nov 19, 2021

On some servers, for example RusNET, the use of Cyrillic characters in nicknames is allowed, which leads to issue #2507.

@kmikita kmikita changed the title src/common/url.c : #2507 add UTF Cyrillic support in nicknames src/common/url.c : isuue #2507 add UTF Cyrillic support in nicknames Nov 19, 2021
@kmikita kmikita changed the title src/common/url.c : isuue #2507 add UTF Cyrillic support in nicknames src/common/url.c : issue #2507 add UTF Cyrillic support in nicknames Nov 19, 2021
@TingPing
Copy link
Member

The entire client is broken with non-ascii nicks, so I don't think it makes sense to change tiny details like this to support them.

@kmikita
Copy link
Author

kmikita commented Nov 19, 2021

Ideally, the entire range of UTF should be passed, but I was only add the Cyrillic alphabet as this solves a particular annoying issue #2705. I don't see any stability or performance hindrance in the use of non-ASCII characters.

@TingPing
Copy link
Member

It can work if the server only does ascii comparisons for nicks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants