0

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? enter image description here

SeaWolf
  • 47
  • 1
  • 4

1 Answers1

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