|
|
|
|
|
by randallsquared
34 days ago
|
|
Some tool or library is interpreting the newline as two characters (as you note), and then a subsequent step is removing unprintable characters. Things like this used to frequently happen in shells, Perl, PHP, and so on. |
|