Can't filter Chinese text title
|
|
thanks for the great tool, however it seems the filter can't work with RSS item with Chinese text in the title. For example if a RSS item with title of: "AABB (a chinese text)", I can neither filter this item by AABB nor (a chinese text). thanks for the feedback! |
|
|
I have this problem too.
|
![]() ![]() |
Great tool~
function getRegExp(items) {
Now it works for Chinese(need more test). But I am not sure if there is any side effect. Please help to solve it, Thanks! |
![]() ![]() |
According to what I understood, Chinese words are joined. So you need to create a RegExp match for only a part of the word, using .* before and after the term, or like @only-u did, force matching of only part of the words and not whole words. |



