Subj : Re: remove characters/doormud scores
To : Wilfred van Velzen
From : Johnny Mnonymous
Date : Sun May 29 2022 03:11 pm
On 29 May 2022, Wilfred van Velzen said the following...
Wv> JM> there's some ugly unwanted characters (not players =p ) in it. is the
Wv> JM> linux cli filter that will remove high-end ascii?
Wv>
Wv> Sure. Somthing like:
Wv>
Wv> cat in.txt | tr -d '\200-\377' >out.txt
thanks. it didn't work but it's defitely pointed me in the right direction.
... That's not a bug, it's an undocumented feature