|
From: | Paul Eggert |
Subject: | bug#25749: grep 3.0 skips "binary" lines in ssconvert output |
Date: | Wed, 15 Feb 2017 23:11:04 -0800 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 |
Looking into it further, the file contains a non-text byte in line 13676, in the string "address@hidden W OF RALEIGH", where the "@" denotes a byte with octal value 233. This is invalid UTF-8 text. You can work around the issue by replacing the non-text byte with a valid character, or by using "grep -a" as you noted, or by setting the LC_ALL environment variable to "C", or by using a grep pattern that does not match the non-text line.
[Prev in Thread] | Current Thread | [Next in Thread] |