Unicode normalization
Unicode normalization
Posted Jun 1, 2006 21:35 UTC (Thu) by mjr (guest, #6979)Parent article: GNU grep's new features (Linux.com)
I've yet to need it myself, but for a while it's been on my mind that grep should really be able to normalize Unicode strings for search purposes. After all, often we'd like to get at matches incorporating the given characters, not just the literal octet streams.
Probably not a problem most of the time, and one can always normalize the files separately. A bit cumbersome, though.
