emacs-circe / circe

Circe, a Client for IRC in Emacs
GNU General Public License v3.0
390 stars 51 forks source link

Problems with non-ANSI characters in channel names #400

Open MilkyPL opened 3 years ago

MilkyPL commented 3 years ago

After putting :channels (:after-auth "#cafè") in my config, circe would connect to #cafè instead. Using the /join command manually works fine.

wasamasa commented 3 years ago

Seems to be an encoding issue. A similar problem has been found with passwords containing accented characters.

So what most likely happens:

What would need to happen instead is some sort of recoding.