Issue:
There are some calls to strip pipe/MCI, ANSI, etc. but areas like Gopher, NNTP, etc. that need truly "clean" text need more.
Create a stripAllControlCodes() method that can remove pipe, MCI, ANSI, WWIV, PCBoard, etc. ANSI should be optional so this could be used in conjunction with ANSI prep.
Issue: There are some calls to strip pipe/MCI, ANSI, etc. but areas like Gopher, NNTP, etc. that need truly "clean" text need more.
Create a
stripAllControlCodes()
method that can remove pipe, MCI, ANSI, WWIV, PCBoard, etc. ANSI should be optional so this could be used in conjunction with ANSI prep.