I'm trying you use the script
command simply to save some prompts and output.
On unix, the output looks correct.
Script started on Sun 11 Sep 2016 06:34:13 PM EDT
[name@serv ~]$ mkdir myrepos
[name@serv ~]$ cd myrepos
[name@serv myrepos]$ svnadmin create testrepo
[name@serv myrepos]$ cd ../project
however, when I FTP the file to windows, I get:
Script started on Sun 11 Sep 2016 06:34:13 PM EDT
]0;name@serv:~[?h[name@serv ~]$ svn[K[K[Kmkdir myre[K[Krepos
]0;name@serv:~[name@serv ~]$ cd myrepos
]0;name@serv:~/myrepos[name@serv myrepos]$ svnadmin create testrepo[K[K[K[
Notepad shows the above with Ks and special character missing rectangles.
Notepad++ shows me not only the Ks, but random ESC
, BEL
, and BS
blocks.
I was hoping it was as simple as:
unix2dos original.txt windows.txt
but this tells me unix2dos: problems converting file windows.txt
Running iconv -f UTF-8 -t ISO-8859-1 in.txt > out.txt
found here didn't help me either. At this point, I'm lost.
Thank you for any help.