Description of problem: This should match in en_GB.UTF-8 but doesn't: echo 'ï½ï½ï¼£ï¼¤' | grep -i -e 'Aï½ï½ï¼¤' Version-Release number of selected component (if applicable): grep-2.5.1-31.2 How reproducible: 100% (From LSB test run) Works in egf-speedup and dfa-optional patches are commented out.
Fails once the egf-speedup patch is applied, so that's the culprit.
This is also incorrect: echo 'ï½ï½ï¼£ï¼¤' | grep -F -i -e 'Aï½ï½ï¼¤' However, that's harder to fix.
Leaving open for -F case.