Hello ! 
 I have the following problem : 
 I have to convert in ascii some files in EBCDIC which contains accents.
 The ascii files have to keep these accents.
 
 the command i use is : dd if=ebcdic-file of=ascii-file bs=36b conv=ascii
 and the result is : ascii-files without ANY accent.
 What can i do ? 
 Thanks for help !  
Received on Thu Aug 06 1998 - 13:14:55 NZST