ircv3 / ircv3-ideas

46 stars 3 forks source link

nickname i18n using a variation of punycode #2

Closed sdaugherty closed 8 years ago

sdaugherty commented 8 years ago

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?

sdaugherty commented 8 years ago

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)

jwheare commented 8 years ago

Dupe of ircv3/ircv3-specifications#259