- Run the below given search in Terminal (Linux) or Cygwin or BASH
grep -rl $'\xEF\xBB\xBF' directory_path
It will list out all the files that contains our HERO CHARACTEROpen the file in VI
vi file_path- Set the no BOB
:set nobomb - Save and quit the file
:wq
- Continue the steps 2 – 5 and change all the files character encoding
No comments:
Post a Comment