Opened at 2015-10-31T15:19:57Z
Closed at 2015-11-01T21:29:50Z
#1235 closed defect (invalid)
Cyrilic names and warnings
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BitlBee | Version: | 3.4.1 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
Imagine i have 600 contacts on a protocol with cyrilic names
so i have a lot of notifications
This might be a bug in BitlBee, or the result of a faulty nick_format setting. Will use xx4455b5fd instead. (16:08:02) <@root> Warning: Something went wrong while trying to generate a nickname for contact 100000683746314 on fb.
I know asking a function to translit is to much
("абвгдеёзийклмнопрстуфхъыэ_","abvgdeeziyklmnoprstufh'iei"); ("АБВГДЕЁЗИЙКЛМНОПРСТУФХЪЫЭ_","ABVGDEEZIYKLMNOPRSTUFH'IEI"); ("ж"=>"zh", "ц"=>"ts", "ч"=>"ch", "ш"=>"sh", "щ"=>"shch","ь"=>"","ю"=>"yu", "я"=>"ya","Ж"=>"ZH", "Ц"=>"TS", "Ч"=>"CH", "Ш"=>"SH", "Щ"=>"SHCH","Ь"=>"", "Ю"=>"YU", "Я"=>"YA","ї"=>"i", "Ї"=>"Yi", "є"=>"ie", "Є"=>"Ye")
but there is any other solutions to convert a nicks automaticly and dont have so many those warnings?
thanks
Attachments (0)
Change History (3)
comment:1 follow-up: 2 Changed at 2015-10-31T16:21:56Z by
comment:2 Changed at 2015-11-01T16:25:29Z by
Replying to dx:
Have you enabled the utf8_nicks setting?
Are you actually using 3.4.1 as the ticket says?
You are my man, it worked!! Didnt even now this option and wonder why its false on default! Thank you very much!
comment:3 Changed at 2015-11-01T21:29:50Z by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Yay!
It's false because technically speaking it's an IRC protocol violation (nicks should be a subset of ascii), but most irc clients handle it just fine.
Have you enabled the utf8_nicks setting?
Are you actually using 3.4.1 as the ticket says?