Fred Rosenberger

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • in reply to: UTF-8 encoded XML/CCDs with CL 5.8 #77806
    Fred Rosenberger
    Participant

      We use a script that simply removes all non-ascii characters.  The core being

      regsub -all {[^x00-x7F]} $msg {} msg

      This could be modified to remove the lower characters as well, and/or to put in a space.

    Viewing 1 replies (of 1 total)