How to Find and Eliminate Word Special Characters?

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf How to Find and Eliminate Word Special Characters?

  • Creator
    Topic
  • #54421
    JD Johnson
    Participant

      Our end users have a nasty habit of typing documents in Microsoft word, then block & copy into a transcription system, and send to Cloverleaf via an HL7 interface.

    Viewing 2 reply threads
    • Author
      Replies
      • #81382
        Rob Lindsey
        Participant

          Nothing for just “word” special characters but we have done something similar to what you have done.

          regsub -all {[^x20-x7E]} $msg “”

          Of course we just used TCL and put it as a PRE-Xlate proc to filter out any non-printable characters.

          Rob

        • #81383
          JD Johnson
          Participant

            Hey Rob,

            I like the way you handled it with a pre xlate proc.  I think I will change mine around to do the same.  Thanks for the reply.

          • #81384
            Russ Ross
            Participant

              Check out my post of tps_regsub_all.tcl at this URL

              Russ Ross
              RussRoss318@gmail.com

          Viewing 2 reply threads
          • The forum ‘Cloverleaf’ is closed to new topics and replies.