sm00th / bitlbee-discord

Bitlbee plugin for Discord (http://discordapp.com)
GNU General Public License v2.0
290 stars 27 forks source link

Support for unicode nick #22

Closed alama closed 8 years ago

alama commented 8 years ago

The plugin does not seem to have support of users with Unicode nicks, like "メカラッピーダイラト" They do not show up in the NickList and all chat messages show with the nick (and again is not listed in the nicklist)

Only after reconnecting, _ show up in the nicklist, but this is still not the correct

Do not know if this a limit of the plugin or bitlbee

sm00th commented 8 years ago

Did you enable utf8 nicks in bitlbee? If I remember correctly they are disabled by default. You can check it with set utf8_nicks and enable with set utf8_nicks true.

alama commented 8 years ago

yea, utf8_nicks was not turn on, set utf8_nicks true fixes the issues, thank you