https://bugzilla.wikimedia.org/show_bug.cgi?id=27987

--- Comment #24 from Nemo <federicol...@tiscali.it> ---
(In reply to Helder from comment #23)
> so it is not possible to distinguish between the letters "i", "I" etc... and
> the regex symbol "|".

That's not really a problem. The point is that to compare two things they must
*both* be normalised, you can't just assume you know what's the normalised
form. So if not

> words :="testing|vandalizing";
> ccnorm(added_lines) rlike ccnorm(words)

then

words :="ccnorm(testing)|ccnorm(vandalizing)";
ccnorm(added_lines) rlike words

as long as they're not apple and oranges.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to