The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 10-04-2008
era era is offline Forum Advisor  
Herder of Useless Cats (On Sabbatical)
  
 

Join Date: Mar 2008
Location: /there/is/only/bin/sh
Posts: 3,652
Sounds like you are cutting it from an 8-bit ISO-8859-1 environment and pasting it into a 7-bit US-ASCII environment. If you are using bash it has a flag to not strip the 8th bit from input commands (readline directives convert-meta, input-meta, and output-meta) but I would have guessed it would default to 8-bit-clean operation in this day and age.