+14
Non Printable Characters!
It would be extremely helpful if you could build in the functionality to display non printable characters ( and be able to remove them). When copying and pasting text from Photoshop, Hidden line breaks and other characters will often be inserted but not displayed in Sublime. My current work flow is to copy and paste into Textmate - remove the non printable characters ( displayed as diamonds in Textmate ) and then paste into Sublime.
Customer support service by UserEcho
+1
incorporating the strings command would be sufficient... would work for osx and linux
e.g.
strings -n 1 data.txt > clean-data.txt
also there is a strings for windows
http://technet.microsoft.com/en-us/sysinternals/bb897439.aspx
which uses the same commands.