On 2023-01-01 6:38 a.m., Christian Corti via cctalk wrote:
  On Sat, 31 Dec 2022, ben wrote:
  How do you print old files in ASCII 63 to modern
devices, so you keep
 the ? and ? 's
 and not printing _ and ^ ? 
 I'm scratching my head... you want to keep the question marks?
 But I guess you mean the back arrow and the up arrow.
 Christian 
' ? and ? 's '
  The joys of the many standards of text encoding.
  I suppose the only way would be to write filters for older text
like ascii 63,65 and field data in K&R C, or assembly to encode it to
utf-8 Unicode.
Ben.