bitlbee / bitlbee-facebook

Facebook protocol plugin for BitlBee
GNU General Public License v2.0
279 stars 49 forks source link

How to enable cyrillic in bitlbee/bitlbee-facebook? #179

Closed 3u128 closed 5 years ago

3u128 commented 5 years ago

Using irssi, bitlbee-facebook. Command set charset - utf-8 set recode_out_default_charset = utf-8

But my facebook contacts looks like this: "18:27 -!- __4f [100003480052494@facebook] has joined &bitlbee"

How to solve it? p.s. - fonts support Cyrillic encoding.

dgw commented 5 years ago

See sm00th/bitlbee-discord#22. BitlBee doesn't allow Unicode nicknames by default; they have to be enabled.

Check set utf8_nicks and change the setting to true if it isn't, then restart BitlBee.

3u128 commented 5 years ago

@dgw , Thank you! It works.