Does IRC support internationalized (UTF-8) room names?
How? A pointer to documentation or a spec would be welcome.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to RFCs 1459 and 2812, channel names can be made up of any bytes other than \x00 (NUL), \x07 (BELL), \x0A (LF), \x0D (CR), \x20 (space),
,and:. How those bytes are interpreted is entirely up to the client. IRC doesn’t impose any specific restrictions on the encoding.