TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
On Tue, Mar 6, 2012 at 5:56 AM, Robert Lauriston <robert -at- lauriston -dot- com> wrote:
> I'm open to suggestions. Currently I'm saving as .rtf, opening in
> Word, and saving as Text with Layout (*.ans).
If you program at all, it is pretty easy to write a checker program.
Read the file, check every character, print an error message if
you find a bad one, giving the line number.
C has a macro isascii() for the test; I'd imagine many other languages
have something similar. Failing that, ASCII is a 7-bit code, so the top
bit of every byte should be zero; that is easy to test.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Create and publish documentation through multiple channels with Doc-To-Help. Choose your authoring formats and get any output you may need.
Try Doc-To-Help, now with MS SharePoint integration, free for 30-days.