Modify

#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 Changed at 2015-10-31T16:21:56Z by dx

Have you enabled the utf8_nicks setting?

Are you actually using 3.4.1 as the ticket says?

comment:2 in reply to:  1 Changed at 2015-11-01T16:25:29Z by anonymous

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 dx

Resolution: invalid
Status: newclosed

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.

Modify Ticket

Action
as closed The ticket will remain with no owner.
The resolution will be deleted.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.