scripts icon indicating copy to clipboard operation
scripts copied to clipboard

grep.py: ignore utf-8 decoding errors

Open anonymous2ch opened this issue 4 years ago • 1 comments

They prevent grep from working on logs, which contain incorrectly split international messages (i.e. message containing 242 utf-8 chars and 3 spaces (484 + 3 bytes) was split like 243+244 bytes, rendering utf-8 undecodable in the second message)

anonymous2ch avatar Dec 27 '20 02:12 anonymous2ch

Hi, Could you please also bump version in script and update the ChangeLog? Thanks.

flashcode avatar Mar 06 '21 08:03 flashcode

Merged with bump of version (0.8.6) and update of ChangeLog.

flashcode avatar Nov 11 '22 11:11 flashcode