Search found 2 matches
- Tue Sep 17, 2013 6:26 pm
- Forum: Support
- Topic: do not add tags Cyrillic deluge 1.3.5
- Replies: 2
- Views: 1560
Re: do not add tags Cyrillic deluge 1.3.5
problem was solved edited plugin file Label-0.2.egg core.py replace the line RE_VALID = re.compile("[a-z0-9_\-\.]*\Z") on RE_VALID = re.compile("[а-яa-z0-9_\-\.]*") add the first line of the file # -*- coding: utf-8 -*- it is now possible to create a label in Cyrillic p.s. Develo...
- Mon Sep 16, 2013 7:45 pm
- Forum: Support
- Topic: do not add tags Cyrillic deluge 1.3.5
- Replies: 2
- Views: 1560
do not add tags Cyrillic deluge 1.3.5
good evening I can not create a label in Cyrillic deluge 1.3.5 trying to do here as http://forum.deluge-torrent.org/viewtopic.php?f=7&t=37547&p=159725&hilit=Deluge+1.3.3+columns+don%27t+add#p159761 ( https://bugs.launchpad.net/ubuntu/+source/deluge/+bug/854648 ) that does not happen, the...