Windows7 PowerShell inserts ^@ between every characters - how to prevent?
问题 Hopefully for you this would be trivial to answer. I have gvim and vim on Win7. Any time I redirect command result to file and open it with Vim (or Gvim, same effect) I have binary 0 (^@ sign) inserted between every characters. So, instead of r96130 I have ^@r^@9^@6^@1^@3^@0^@ Any idea how to (preferred) prevent it or (fine) get rid of it? I tried substitution but obviously this ain't just ^@, it's a binary zero (I think) so it's not picked up on /^@ . Edit(s): 1) Tried setting encoding to