Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | grep/pcre: prepare locale-dependent tables for icase matching | Nguyễn Thái Ngọc Duy | 2016-07-01 |
The default tables are usually built with C locale and only suitable for LANG=C or similar. This should make case insensitive search work correctly for all single-byte charsets. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> |