Page 1 of 1

allowed-nickchars for baltic character sets

Posted: Tue Aug 11, 2020 6:10 pm
by moses
Hello,

I am not sure if this is a bug or just something that is not supported (but perhaps could be)?

I cannot seem to use any baltic specific character, I am trying with latin-utf8 but perhaps a different value is needed? For example the following characters are allowed in the nickname: Č芚Žž but these are not āĀĒēĢģĪīĶķŪū and result in the following error "Nickname is unavailable: Illegal characters".

Is there a different value that needs to be used on this setting in order to accept the baltic language characters?

Thank you,
Moses

Re: allowed-nickchars for baltic character sets

Posted: Wed Aug 12, 2020 7:13 am
by CrazyCat
With slovak-utf8 peharps ?
Have a look @ https://www.unrealircd.org/docs/Nick_Character_Sets and check which are better for you.

Re: allowed-nickchars for baltic character sets

Posted: Wed Aug 12, 2020 12:57 pm
by moses
Looks like what is needed is latin1-extended. Slovak has some of the characters but not all, so it wouldn't really be optimal to use. I will try to put together a list and a PR.

Re: allowed-nickchars for baltic character sets

Posted: Wed Aug 12, 2020 10:03 pm
by CrazyCat
You can add multiple:

Code: Select all

set { allowed-nickchars { latin1-utf8; slovak-utf8; czech-utf8; }; };
(just an example, choose the sets you need)

Re: allowed-nickchars for baltic character sets

Posted: Thu Aug 13, 2020 2:48 pm
by moses
Thanks. Unfortunately I do not think any set of these combinations will make support for Latvian, Lithuanian, etc.