It's hard to see, but what follows is the top line of my javascript file and its missing all of my code. In place of the code is the word "null" repeated over and over again. Does anybody know why and how this would happen?

            Asked
            
        
        
            Active
            
        
            Viewed 182 times
        
    0
            
            
        
        SeaWolf
        
- 47
 - 1
 - 4
 
- 
                    Potential duplicate http://stackoverflow.com/questions/19332949/removing-nul-characters – Satej S Feb 04 '16 at 06:45
 
1 Answers
0
            
            
        you need to replace \x00 characters with regular expressions. Click Search --> Replace --> Find What: \0 Replace with: "empty" Search mode: Extended --> Replace all
        Sumanta736
        
- 695
 - 3
 - 10