Showing posts with label delete characters. Show all posts
Showing posts with label delete characters. Show all posts

Wednesday, April 11, 2012

Display and replace invisible characters in VIM

set list
setlocal display=uhex
tr -d '\000' < file_in.py > file_out.py