Changes between Initial Version and Version 1 of Ticket #71237


Ignore:
Timestamp:
Nov 4, 2024, 8:43:11 PM (36 hours ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

System sed expects input to be UTF-8 by default; you're trying to use it on files that aren't UTF-8. Working around this by using gsed instead is not necessary nor recommended. You can still use system sed as long as you set the LC_CTYPE environment variable either to the correct locale or just to C.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #71237 – Description

    initial v1  
    4646
    4747Obviously `sed` "knows" some "forbidden" characters it cannot work on, and obviously it has problems with encodings other than 7 or 8 bit that gsed has learned to overcome.
    48 }}}