You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was thinking about internationalization and nicknames, and thought about a possible scheme to implement nickname internationalization in a way that does not break clients or servers, nor does it
invite abuse.
Internationalized nicknames could be represented in ASCII using a variation on Punycode (which is used for internationalization of domain names).
The ASCII representation would be used for all IRC commands, and it would be recommended for clients to show and accept both the "proper" UTF-8 representation and the ASCII representation.
Thoughts?
The text was updated successfully, but these errors were encountered:
Zarthus points out that RFC7700 covers exactly this,, however, some implementation details specific to IRC probably need to be spelled out so as not to enable abuse.
Specifically, it must always be possible for a user who can only input characters in an ASCII character set to quickly and unambiguously issue commands that require the user's full nickname. (/kick. /whois, etc)
Was thinking about internationalization and nicknames, and thought about a possible scheme to implement nickname internationalization in a way that does not break clients or servers, nor does it
invite abuse.
Internationalized nicknames could be represented in ASCII using a variation on Punycode (which is used for internationalization of domain names).
The ASCII representation would be used for all IRC commands, and it would be recommended for clients to show and accept both the "proper" UTF-8 representation and the ASCII representation.
Thoughts?
The text was updated successfully, but these errors were encountered: