8a082532f2
Motivation: AsciiString.contentEqualsIgnoreCase may return true for non-matching strings of equal length when offset is non zero. Modifications: - Correctly take offset into account - Add unit test Result: Fixes #9475