Add unicode support#1
Conversation
|
Hi Dmitry, thanks for the pull request. I've seen people run into this problem before, but it's actually not really a bug in the code. The thing is: However, the documentation is not very helpful about the whole thing and it gives an example that just breaks if you run it under Python 2 and have non-ascii strings in the filterlist, so I agree that it should be fixed. I can't accept your fix as is because it breaks things on Python 3 (and even some tests on Python 2). If we want Let me know what you prefer. Cheers, |
|
I've implemented more or less this feature in a more compatible way (see https://codereview.adblockplus.org/29677724/). This should land soon...ish. |
|
The fix landed (see 69b6bcb) |
Try to use python-abp API for ruadlist:
Get error:
Try to fix that